diff --git a/.drone.star b/.drone.star index 88f495b0..65424cba 100644 --- a/.drone.star +++ b/.drone.star @@ -324,7 +324,7 @@ def binaryReleases(ctx, binaryTargets): def binaryReleaseStep(ctx, os, arch): return { "name": "binaries-%s-%s" % (os, arch), - "image": "owncloudci/golang:1.19", + "image": "owncloudci/golang:1.22", "pull": "always", "commands": [ "GOOS=%s GOARCH=%s CGO_ENABLED=0 go build -o bin/wait-for-%s-%s ." % (os, arch, os, arch), diff --git a/go.mod b/go.mod index 193bc506..1cff6711 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/owncloud-ci/wait-for -go 1.19 +go 1.22