We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e62beac commit 1d93c20Copy full SHA for 1d93c20
.github/workflows/codetests.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/setup-go@v4
20
with:
21
- go-version: '1.20'
+ go-version: '1.24'
22
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
23
- name: golangci-lint
24
uses: golangci/golangci-lint-action@v3
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
42
0 commit comments