Skip to content

Commit faf757a

Browse files
committed
enable setup-go cache
1 parent c063360 commit faf757a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ jobs:
1212
- uses: actions/setup-go@v4
1313
with:
1414
go-version: ${{ matrix.go-version }}
15-
cache: false
1615
- uses: actions/checkout@v3
1716
- run: go test ./...
18-
- id: govulncheck
19-
uses: golang/govulncheck-action@v1
17+
- uses: golang/govulncheck-action@v1
2018
with:
2119
go-version-input: ${{ matrix.go-version }}
2220
go-package: ./...

0 commit comments

Comments
 (0)