We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f74d0 commit 6a6efcfCopy full SHA for 6a6efcf
.github/workflows/wgtunnel.yaml
@@ -52,9 +52,7 @@ jobs:
52
with:
53
go-version: "~1.22"
54
- name: golangci-lint
55
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
56
- with:
57
- version: v1.64.8
+ run: go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.64.8 run
58
59
test:
60
runs-on: ubuntu-latest
0 commit comments