Skip to content

Commit aa9353e

Browse files
Update golang Docker tag
1 parent 868e148 commit aa9353e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
golang 1.22.4
1+
golang 1.23.4

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22 as builder
1+
FROM golang:1.23 as builder
22

33
ENV CGO_ENABLED="0" \
44
GOOS="linux" \

0 commit comments

Comments
 (0)