Skip to content

Commit 632f123

Browse files
Update golang Docker tag to v1.24.0
1 parent 436da91 commit 632f123

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
golang 1.23.2
1+
golang 1.24.0
22
shfmt 3.8.0
33
shellcheck 0.10.0

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Nothing fancy here: we copy in the source code and build on the Alpine Go
66
# image. Refer to .dockerignore to get a sense of what we're not going to copy.
7-
FROM golang:1.22.8-alpine@sha256:f56a8a4a1aea41bc4694728b69c219af1523aea15690cbbed82dc9bac81e6603 as builder
7+
FROM golang:1.24.0-alpine@sha256:2d40d4fc278dad38be0777d5e2a88a2c6dee51b0b29c97a764fc6c6a11ca893c as builder
88

99
COPY . /src
1010
WORKDIR /src

0 commit comments

Comments
 (0)