Skip to content

Commit 8d743eb

Browse files
committed
Workflow fix
1 parent 61bad09 commit 8d743eb

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/lint.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ jobs:
3636
- uses: actions/setup-go@v5
3737
with:
3838
go-version: '1.25.7'
39+
cache-dependency-path: pygofastproxy/go/go.sum
3940

40-
- name: golangci-lint
41-
uses: golangci/golangci-lint-action@v6
42-
with:
43-
version: latest
44-
working-directory: pygofastproxy/go
41+
- name: Go vet
42+
working-directory: pygofastproxy/go
43+
run: go vet ./...

.github/workflows/security.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- uses: actions/setup-go@v5
2121
with:
2222
go-version: '1.25.7'
23+
cache-dependency-path: pygofastproxy/go/go.sum
2324

2425
- name: Install govulncheck
2526
run: go install golang.org/x/vuln/cmd/govulncheck@latest

0 commit comments

Comments
 (0)