Skip to content

Commit

Permalink
Merge pull request #142 from owncloud-ci/golang-1.22
Browse files Browse the repository at this point in the history
chore: bump golang to 1.22
  • Loading branch information
phil-davis authored Jun 11, 2024
2 parents 5086e0c + 4cf6f47 commit 7d76720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/owncloud-ci/wait-for

go 1.19
go 1.22

0 comments on commit 7d76720

Please sign in to comment.