golang image upgrade to 1.18 (#54)

This commit is contained in:
Raghav
2022-07-08 12:36:10 +05:30
committed by GitHub
parent adee644baf
commit c7770b6668
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ name: default
steps:
- name: build
image: golang:1.17.8
image: golang:1.18
commands:
- go test ./...
- sh scripts/build.sh
+1 -1
View File
@@ -31,4 +31,4 @@ require (
golang.org/x/sys v0.0.0-20190412213103-97732733099d // indirect
)
go 1.17
go 1.18