We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85e23e4 + d37a6c1 commit 79311ceCopy full SHA for 79311ce
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.22.3-alpine
+FROM golang:1.23.0-alpine
2
3
# Turn off cgo for a more static binary.
4
# Specify cache directory so that we can run as nobody to build the binary.
go.mod
@@ -1,6 +1,6 @@
module github.com/sensiblecodeio/associate-eip
-go 1.22.3
+go 1.23.0
5
require github.com/aws/aws-sdk-go v1.53.4
6
0 commit comments