Skip to content

Commit 90ed342

Browse files
committed
Update to Go 1.23.4
1 parent 0ab131f commit 90ed342

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.0-alpine
1+
FROM golang:1.23.4-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/git-prep-directory
22

3-
go 1.23.0
3+
go 1.23.4
44

55
require (
66
github.com/urfave/cli v1.22.7

0 commit comments

Comments
 (0)