Skip to content

Commit ba41bbd

Browse files
authored
chore: bump Go to 1.25 (#540)
Update oauth2 and golangci-lint as a consequence.
1 parent 8750f06 commit ba41bbd

5 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
- uses: actions/checkout@v6
88
- uses: actions/setup-go@v6
99
with:
10-
go-version: '1.24'
10+
go-version: "1.25"
1111
- uses: golangci/golangci-lint-action@v9
1212
with:
13-
version: v2.1.6
13+
version: v2.11.3
1414
args: --timeout 3m --verbose

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Set up Go
1414
uses: actions/setup-go@v6
1515
with:
16-
go-version: ^1.24
16+
go-version: '1.25'
1717
id: go
1818
-
1919
name: Checkout

.github/workflows/test_and_publish_docker_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818
- uses: actions/setup-go@v6
1919
with:
20-
go-version: '1.24'
20+
go-version: '1.25'
2121
- run: go build
2222
- run: go test -race ./...
2323

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/spf13/viper v1.21.0
1616
github.com/stretchr/testify v1.11.1
1717
gitlab.com/gitlab-org/api/client-go v1.46.0
18-
golang.org/x/oauth2 v0.35.0
18+
golang.org/x/oauth2 v0.36.0
1919
gopkg.in/yaml.v2 v2.4.0
2020
gopkg.in/yaml.v3 v3.0.1
2121
)
@@ -77,4 +77,4 @@ require (
7777
gopkg.in/warnings.v0 v0.1.2 // indirect
7878
)
7979

80-
go 1.24.0
80+
go 1.25.0

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ golang.org/x/net v0.50.0 h1:ucWh9eiCGyDR3vtzso0WMQinm2Dnt8cFMuQa9K33J60=
185185
golang.org/x/net v0.50.0/go.mod h1:UgoSli3F/pBgdJBHCTc+tp3gmrU4XswgGRgtnwWTfyM=
186186
golang.org/x/oauth2 v0.35.0 h1:Mv2mzuHuZuY2+bkyWXIHMfhNdJAdwW3FuWeCPYN5GVQ=
187187
golang.org/x/oauth2 v0.35.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA=
188+
golang.org/x/oauth2 v0.36.0 h1:peZ/1z27fi9hUOFCAZaHyrpWG5lwe0RJEEEeH0ThlIs=
189+
golang.org/x/oauth2 v0.36.0/go.mod h1:YDBUJMTkDnJS+A4BP4eZBjCqtokkg1hODuPjwiGPO7Q=
188190
golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
189191
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
190192
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

0 commit comments

Comments
 (0)