Skip to content

Commit 55c990f

Browse files
Update golang Docker tag
1 parent 69e5d14 commit 55c990f

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.24.2

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.24 as builder
22

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

0 commit comments

Comments
 (0)