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 fc0aa1d commit 4eb2b42Copy full SHA for 4eb2b42
1 file changed
.github/workflows/test.yaml
@@ -26,7 +26,7 @@ jobs:
26
go-version: "1.23"
27
28
- name: Lint code issues 🚨
29
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v6
30
31
- name: Run Go tests 🔬
32
run: go test -cover -covermode atomic -coverprofile=profile.cov -v ./...
0 commit comments