Skip to content

Commit

Permalink
Merge pull request #39 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 38b7418 + acb3a57 commit ff9b646
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/git-prep-directory

go 1.22.3
go 1.23.0

require (
github.com/urfave/cli v1.22.7
Expand Down

0 comments on commit ff9b646

Please sign in to comment.