Skip to content

Commit 6487cc5

Browse files
authored
feat: bump go to 1.25.1 (#415)
1 parent d8be177 commit 6487cc5

30 files changed

Lines changed: 30 additions & 30 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.25.0
1+
ARG GO_VERSION=1.25.1
22
ARG ALPINE_VERSION=3.22
33
FROM --platform=$BUILDPLATFORM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS builder
44

docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ target "gotools-latest" {
3535
"linux/arm64"
3636
]
3737
args = {
38-
GO_VERSION = "1.25.0"
38+
GO_VERSION = "1.25.1"
3939
ALPINE_VERSION = "3.22"
4040
}
4141
labels = {

tools/buf/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module buf
22

3-
go 1.25.0
3+
go 1.25.1
44

55
require github.com/bufbuild/buf v1.57.0
66

tools/coverbadger/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module coverbadger
22

3-
go 1.25.0
3+
go 1.25.1
44

55
require github.com/obalunenko/coverbadger v1.4.0
66

tools/enumer/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module enumer
22

3-
go 1.25.0
3+
go 1.25.1
44

55
require github.com/alvaroloes/enumer v1.1.2
66

tools/envdoc/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module envdoc
22

3-
go 1.25.0
3+
go 1.25.1
44

55
require github.com/g4s8/envdoc v1.6.0
66

tools/fiximports/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module fiximports
22

3-
go 1.25.0
3+
go 1.25.1
44

55
require golang.org/x/tools v0.36.0

tools/go-enum/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go-enum
22

3-
go 1.25.0
3+
go 1.25.1
44

55
require github.com/abice/go-enum v0.9.1
66

tools/gocov-html/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module gocov-html
22

3-
go 1.25.0
3+
go 1.25.1
44

55
require github.com/matm/gocov-html v1.4.0
66

tools/gocov/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module gocov
22

3-
go 1.25.0
3+
go 1.25.1
44

55
require github.com/axw/gocov v1.2.1
66

0 commit comments

Comments
 (0)