Skip to content

Commit

Permalink
enable setup-go cache
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfield committed Jul 22, 2023
1 parent c063360 commit faf757a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
cache: false
- uses: actions/checkout@v3
- run: go test ./...
- id: govulncheck
uses: golang/govulncheck-action@v1
- uses: golang/govulncheck-action@v1
with:
go-version-input: ${{ matrix.go-version }}
go-package: ./...

0 comments on commit faf757a

Please sign in to comment.