Skip to content

Commit 9585038

Browse files
Update dependency go to 1.24
1 parent e3d2974 commit 9585038

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codetests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/setup-go@v5
2020
with:
21-
go-version: '1.20'
21+
go-version: '1.24'
2222
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2323
- name: golangci-lint
2424
uses: golangci/golangci-lint-action@v3
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/setup-go@v5
3838
with:
39-
go-version: '1.20'
39+
go-version: '1.24'
4040
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4141
- name: golangci-lint
4242
uses: golangci/golangci-lint-action@v3

0 commit comments

Comments
 (0)