Skip to content

Commit b8d492e

Browse files
chore(deps): update dependency go to 1.24.x
1 parent 1e32ccc commit b8d492e

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
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-go@v5
2121
with:
22-
go-version: '1.21.x'
22+
go-version: '1.24.x'
2323
cache: false
2424
- name: golangci-lint
2525
uses: golangci/golangci-lint-action@v6

.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@v5
3535
with:
36-
go-version: 1.21.x
36+
go-version: 1.24.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@v5
1414
with:
15-
go-version: 1.21.x
15+
go-version: 1.24.x
1616
- name: download go mods
1717
run: |
1818
go mod download

0 commit comments

Comments
 (0)