We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4bbe4a commit c5c6ae3Copy full SHA for c5c6ae3
1 file changed
.github/workflows/go.yaml
@@ -20,9 +20,9 @@ jobs:
20
with:
21
go-version: '^1.23.0'
22
- name: golangci-lint
23
- uses: golangci/golangci-lint-action@v6.1.1
+ uses: golangci/golangci-lint-action@v8.0.0
24
25
- version: v1.61.0
+ version: v2.2.1
26
27
coverage:
28
name: coverage
@@ -35,7 +35,7 @@ jobs:
35
run: bash ./scripts/test.sh
36
37
- name: check test coverage
38
- uses: vladopajic/go-test-coverage@v2.10.2
+ uses: vladopajic/go-test-coverage@v2.15.0
39
40
config: ./.github/.testcoverage.yml
41
local-prefix: github.com/joshraphael/go-retroachievements
0 commit comments