Change Go to 1.20
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Stefan Hoffmann 2023-04-28 18:06:57 +00:00
parent 22c935ce2a
commit 13529828ea

View File

@ -7,7 +7,7 @@ local pipeline(os, arch) = {
},
steps: [{
name: "compile " + os + "/" + arch,
image: "golang:1.15.6-alpine3.12",
image: "golang:1.20.3-alpine3.17",
environment: {
"GOOS": os,
"GOARCH": arch,