We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fd961a commit 51e5fecCopy full SHA for 51e5fec
.github/workflows/test.yaml
@@ -40,7 +40,7 @@ jobs:
40
go-version: "1.23"
41
42
- name: Lint code issues 🚨
43
- uses: golangci/golangci-lint-action@v3
+ uses: golangci/golangci-lint-action@v6
44
45
- name: Run tests 🧪
46
run: go test -p 1 -cover -covermode atomic -coverprofile=profile.cov -v ./...
0 commit comments