mirror of
https://github.com/drone/drone-kaniko.git
synced 2026-06-04 18:23:49 +08:00
Merge pull request #51 from aman-harness/patch-1
Upgraded golang version to 1.17.8
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: golang:1.17.7
|
||||
image: golang:1.17.8
|
||||
commands:
|
||||
- go test ./...
|
||||
- sh scripts/build.sh
|
||||
|
||||
Reference in New Issue
Block a user