Skip to content

Commit

Permalink
Merge pull request #32 from sensiblecodeio/go-1.23.0
Browse files Browse the repository at this point in the history
Update to Go 1.23.0
  • Loading branch information
StevenMaude authored Sep 2, 2024
2 parents becf139 + 3e93ee3 commit 804d293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.3-alpine
FROM golang:1.23.0-alpine

# Turn off cgo for a more static binary.
# Specify cache directory so that we can run as nobody to build the binary.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sensiblecodeio/aws-creds

go 1.22.3
go 1.23.0

require (
camlistore.org v0.0.0-20171230002226-a5a65f0d8b22
Expand Down

0 comments on commit 804d293

Please sign in to comment.