Skip to content

Commit 7ed3a89

Browse files
chore(deps): update dependency golang to v1.25.4
1 parent 90a1a47 commit 7ed3a89

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.8-alpine3.21 AS tools
1+
FROM golang:1.25.4-alpine3.21 AS tools
22

33
COPY scripts/tools-golang.sh /tmp/tools-golang.sh
44

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tools]
22

33
adr-tools = "3.0.0"
4-
golang = "1.23.8"
4+
golang = "1.25.4"
55
golangci-lint = "2.5.0"
66
goreleaser = "2.9.0"
77
hadolint = "2.14.0"

0 commit comments

Comments
 (0)