Skip to content

Commit 32419a3

Browse files
Upgrade workflows
1 parent 6e5a26b commit 32419a3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v3
3737
- uses: actions/setup-go@v3
3838
with:
39-
go-version: '1.20'
39+
go-version: '1.24'
4040
check-latest: true
4141
- uses: golangci/golangci-lint-action@v3
4242
with:

.github/workflows/push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Go Setup
4848
uses: actions/setup-go@v3
4949
with:
50-
go-version: '1.20'
50+
go-version: '1.24'
5151
check-latest: true
5252
cache: true
5353
- name: Get version

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Go Setup
5656
uses: actions/setup-go@v4
5757
with:
58-
go-version: '1.20'
58+
go-version: '1.24'
5959
check-latest: true
6060
- name: Get version
6161
id: get_version

0 commit comments

Comments
 (0)