Skip to content

Commit 9008d77

Browse files
chore(deps): update dependency go to 1.25.x
1 parent c4ea6ab commit 9008d77

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
1919
with:
20-
go-version: "1.24.x"
20+
go-version: "1.25.x"
2121
cache: false
2222
- name: golangci-lint
2323
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: setup-go
3434
uses: actions/setup-go@v6
3535
with:
36-
go-version: 1.21.x
36+
go-version: 1.25.x
3737
- name: setup qemu
3838
id: qemu
3939
uses: docker/setup-qemu-action@v3

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v4
1313
- uses: actions/setup-go@v6
1414
with:
15-
go-version: 1.21.x
15+
go-version: 1.25.x
1616
- name: download go mods
1717
run: |
1818
go mod download

0 commit comments

Comments
 (0)