mirror of
https://github.com/ko-build/ko.git
synced 2026-06-18 20:14:08 +02:00
check and use the latest go available for the defined version (#690)
* check and use the latest go available for the defined version Signed-off-by: cpanato <ctadeu@gmail.com> * update cosign action and version Signed-off-by: cpanato <ctadeu@gmail.com> * update based on feedback Signed-off-by: cpanato <ctadeu@gmail.com>
This commit is contained in:
@@ -16,7 +16,8 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.17.x
|
||||
go-version: 1.17
|
||||
check-latest: true
|
||||
|
||||
- run: go test -coverprofile=coverage.txt -covermode=atomic -race ./...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user