Jason Hall
9821190605
Add e2e test for using ldflags to set a build-time variable ( #480 )
2021-11-02 17:36:05 -04:00
Jason Hall
dde6c6dc9b
Re-enable codeql analysis ( #457 )
2021-10-01 14:25:35 -04:00
Jason Hall
5a8663b58d
[ci] upgrade to Go 1.17 everywhere, clean up configs ( #445 )
...
* [ci] upgrade to go 1.17 everywhere
* remove unnecessary step names and shell:bash
gofmt with Go v1.17
* add boilerplate to hack/tools.go
2021-09-22 23:19:13 -04:00
Jason Hall
08c6c716f4
Use Go 1.16+ to release ( #444 )
2021-09-21 15:21:48 -04:00
Matt Moore
501111b063
Bump to Go 1.16.x ( #435 )
2021-09-13 10:40:29 -07:00
Jason Hall
780c281292
Generate Markdown docs ( #414 )
...
* Generate Markdown docs
This is largely copied from similar work in go-containerregistry
This required moving the Root command definition out of main() into a
place where it could be referenced from the gendoc tooling.
* fix boilerplate
* moar fix boilerplate
* update cmd/ko/main.go
* set -j to GOMAXPROCS at runtime
* rebase on cli-runtime change
* remove trailing whitespace
2021-08-11 13:54:13 -07:00
Jason Hall
690533235a
Build working Windows container images ( #374 )
...
* Build working Windows container images
Add e2e tests that run on Windows and cover kodata behavior
* now successfully skipping symlinks on windows :-/
* fix e2e test on windows, that relied on a symlink in kodata after all
* document windows symlink issue
* review feedback
* re-add kodata symlink tests for linux
2021-07-27 16:19:21 -04:00
Jason Hall
30716ad823
Enable dependabot ( #386 )
2021-07-23 13:58:39 -04:00
Jason Hall
674932fb2c
Use helm/kind-action to set up KinD cluster ( #381 )
...
Also:
- collect and upload logs as build artifacts
- don't bother testing many k8s versions
- don't checkout and install into GOPATH
- install ko from ./ to avoid warning
- remove unnecessary knative cruft
2021-07-14 20:29:27 -04:00
Jason Hall
ef45f113e8
Allow KinD e2e tests to be run manually ( #380 )
2021-07-14 14:00:11 -07:00
Jason Hall
21728fdbb0
Fix typo in stale GitHub Action ( #367 )
2021-05-21 08:36:16 -07:00
Jason Hall
9814e6e0e4
Break free from Knative actions ( #364 )
2021-05-16 10:32:29 -04:00
knative-automation
1b023d3020
Update actions ( #363 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-05-12 14:34:56 -04:00
knative-automation
d5ec166882
Update actions ( #355 )
2021-05-06 06:26:18 -04:00
Knative Automation
c17d05030f
Update common github actions
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-04-01 02:00:57 +00:00
Knative Automation
e7e38b453a
Update common github actions
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-03-18 14:11:11 +00:00
Knative Automation
9ea38a2a59
Update common github actions
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-03-11 08:02:52 +00:00
Knative Automation
146f9bcf0c
Update common github actions
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-03-09 01:54:40 +00:00
knative-automation
8e1aaa1217
Update common github actions ( #311 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-02-16 12:06:46 -08:00
Knative Automation
dab4c5e67d
Update common github actions
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-02-11 01:33:23 +00:00
Knative Automation
12bbd4c4d2
Update common github actions
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-02-04 13:53:42 +00:00
Knative Automation
77a7a50ad7
Update common github actions
...
Signed-off-by: Knative Automation <automation@knative.team>
2021-01-21 02:41:59 +00:00
Knative Automation
4f05ecebf9
Update common github actions
...
Signed-off-by: Knative Automation <automation@knative.team>
2020-12-24 01:57:38 +00:00
Scott Nichols
c2b862d468
Move ko binary to root of project. ( #257 )
...
* Move ko binary to root of project.
* go.mod says required golang version is 1.14
* go install uses the folder name
* lint and copyright bump
* moving the test file changed the test hash.
* more refs of cmd/test
* add deprecation message
2020-12-22 09:31:02 -08:00
Knative Automation
3414d41305
Update common github actions
...
Signed-off-by: Knative Automation <automation@knative.team>
2020-12-17 01:56:11 +00:00
Knative Automation
eacbed4969
Update common github actions
...
Signed-off-by: Knative Automation <automation@knative.team>
2020-12-09 18:28:40 +00:00
Knative Automation
87d718d7d6
Update common github actions
...
Signed-off-by: Knative Automation <automation@knative.team>
2020-12-03 13:43:10 +00:00
Knative Automation
c917737d65
Update common github actions
...
Signed-off-by: Knative Automation <automation@knative.team>
2020-11-12 01:07:50 +00:00
knative-automation
36a921f44b
Update common github actions ( #242 )
...
Signed-off-by: Knative Automation <automation@knative.team>
2020-11-04 18:50:25 -08:00
Knative Automation
f68496adae
Update common github actions
...
Signed-off-by: Knative Automation <automation@knative.team>
2020-10-29 01:38:35 +00:00
Matt Moore
cde258294f
Run the hello test on multiple architectures ( #227 )
2020-10-23 16:47:34 -07:00
Matt Moore
d9cc0ca9ea
Move the kind and integration tests to actions ( #225 )
2020-10-23 10:19:48 -07:00
Matt Moore (via Sockpuppet)
2d9942c3b0
Update common github actions
...
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
2020-10-15 01:41:38 +00:00
Matt Moore
bd3f1cb17b
[Automated] Update actions ( #194 )
...
* Update common github actions
Signed-off-by: Matt Moore (via Sockpuppet) <mattmoor@vmware.com>
* Run gofmt
2020-09-24 19:00:36 -07:00
jonjohnsonjr
99ecfeb5c4
Add goreleaser GitHub action ( #121 )
2020-01-24 08:44:56 -08:00