Skip to content

Commit 79311ce

Browse files
authored
Merge pull request #31 from sensiblecodeio/go-1.23.0
Update Go to 1.23.0
2 parents 85e23e4 + d37a6c1 commit 79311ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22.3-alpine
1+
FROM golang:1.23.0-alpine
22

33
# Turn off cgo for a more static binary.
44
# Specify cache directory so that we can run as nobody to build the binary.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sensiblecodeio/associate-eip
22

3-
go 1.22.3
3+
go 1.23.0
44

55
require github.com/aws/aws-sdk-go v1.53.4
66

0 commit comments

Comments
 (0)