Skip to content

Commit e845a44

Browse files
committed
tools: update Go back to 1.24.6
Fix golangci-lint build.
1 parent fd6b109 commit e845a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23.12
1+
FROM golang:1.24.6
22

33
RUN apt-get update && apt-get install -y --no-install-recommends git ca-certificates \
44
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)