We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1eabb7 commit c256f51Copy full SHA for c256f51
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: golangci-lint
33
uses: golangci/golangci-lint-action@v3
34
with:
35
- version: 1.48.0
+ version: v1.48
36
skip-pkg-cache: true
37
skip-build-cache: true
38
- run: go run mage.go test
0 commit comments