We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ba58e commit 9dba7f9Copy full SHA for 9dba7f9
.github/workflows/build_and_test.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Go
16
uses: actions/setup-go@v5
17
with:
18
- go-version: '1.23'
+ go-version: '1.24'
19
20
- name: Install golangci-lint
21
run: |
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
46
- name: Get dependencies
47
run: go mod tidy
0 commit comments