Skip to content

Commit

Permalink
Merge pull request #229 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 1f8957d + d77c7e1 commit f9d33c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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

RUN apk add git

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/hanoverd

go 1.22.3
go 1.23.0

require (
github.com/docker/docker v26.1.3+incompatible
Expand Down
2 changes: 1 addition & 1 deletion tests/multiple-ports/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

CMD ["multiple-ports"]
EXPOSE 80 443
Expand Down

0 comments on commit f9d33c7

Please sign in to comment.