We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73abf47 commit b4e5b16Copy full SHA for b4e5b16
.github/workflows/lint.yml
@@ -20,7 +20,7 @@ jobs:
20
- uses: actions/checkout@v4
21
- uses: actions/setup-go@v5
22
with:
23
- go-version: '1.21.x'
+ go-version: '1.24.x'
24
cache: false
25
- name: golangci-lint
26
uses: golangci/golangci-lint-action@v6
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
- go-version: 1.21.x
+ go-version: 1.24.x
- name: Run tests
run: make test
27
#- name: Upload coverage reports to Codecov
0 commit comments