Skip to content

Commit 75af8f7

Browse files
chore(deps): update dependency go
1 parent bfe6945 commit 75af8f7

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
id: setup-go
7171
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
7272
with:
73-
go-version: 1.23
73+
go-version: 1.25
7474
cache-dependency-path: "**/go.sum"
7575

7676
- run: docker compose pull

.github/workflows/golangci-lint.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2020
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2121
with:
22-
go-version: '1.23'
22+
go-version: '1.25'
2323
- name: golangci-lint-libs
2424
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
2525
with:
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3535
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
3636
with:
37-
go-version: '1.23'
37+
go-version: '1.25'
3838
- name: golangci-lint-services
3939
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
4040
with:
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5050
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
5151
with:
52-
go-version: '1.23'
52+
go-version: '1.25'
5353
- name: golangci-lint-tools
5454
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
5555
with:
@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
6565
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
6666
with:
67-
go-version: '1.23'
67+
go-version: '1.25'
6868
- name: golangci-lint-cmd
6969
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
7070
with:
@@ -79,7 +79,7 @@ jobs:
7979
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8080
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
8181
with:
82-
go-version: '1.23'
82+
go-version: '1.25'
8383
- name: golangci-lint-main
8484
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
8585
with:

cmd/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/brave-intl/bat-go/cmd
22

33
go 1.23.0
44

5-
toolchain go1.23.9
5+
toolchain go1.25.2
66

77
replace github.com/brave-intl/bat-go/libs => ../libs
88

main/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/brave-intl/bat-go/main
22

33
go 1.23.0
44

5-
toolchain go1.23.9
5+
toolchain go1.25.2
66

77
replace github.com/brave-intl/bat-go/cmd => ../cmd
88

services/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/brave-intl/bat-go/services
22

33
go 1.23.0
44

5-
toolchain go1.23.9
5+
toolchain go1.25.2
66

77
replace github.com/brave-intl/bat-go/cmd => ../cmd
88

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/brave-intl/bat-go/tools
22

33
go 1.23.0
44

5-
toolchain go1.23.9
5+
toolchain go1.25.2
66

77
require (
88
github.com/alecthomas/jsonschema v0.0.0-20220216202328-9eeeec9d044b

0 commit comments

Comments
 (0)