We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61bad09 commit 8d743ebCopy full SHA for 8d743eb
.github/workflows/lint.yml
@@ -36,9 +36,8 @@ jobs:
36
- uses: actions/setup-go@v5
37
with:
38
go-version: '1.25.7'
39
+ cache-dependency-path: pygofastproxy/go/go.sum
40
- - name: golangci-lint
41
- uses: golangci/golangci-lint-action@v6
42
- with:
43
- version: latest
44
- working-directory: pygofastproxy/go
+ - name: Go vet
+ working-directory: pygofastproxy/go
+ run: go vet ./...
.github/workflows/security.yml
@@ -20,6 +20,7 @@ jobs:
20
21
22
23
24
25
- name: Install govulncheck
26
run: go install golang.org/x/vuln/cmd/govulncheck@latest
0 commit comments