Skip to content

Commit 2474e95

Browse files
Update dependency go to 1.24
1 parent fd72733 commit 2474e95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push-pr-lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Install Go
99
uses: actions/setup-go@v5
1010
with:
11-
go-version: '1.22'
11+
go-version: '1.24'
1212
- name: Checkout code
1313
uses: actions/checkout@v4
1414
- name: golangci-lint
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Go
2727
uses: actions/setup-go@v5
2828
with:
29-
go-version: '1.22'
29+
go-version: '1.24'
3030

3131
- name: Checkout code
3232
uses: actions/checkout@v4

0 commit comments

Comments
 (0)