Skip to content

Commit 2c988b5

Browse files
committed
Update .github/workflows/ci.yml
1 parent c2eebc3 commit 2c988b5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ jobs:
2929
- name: Checkout code
3030
uses: actions/checkout@v3
3131
- name: Setup Go
32-
uses: actions/setup-go@v3
32+
uses: actions/setup-go@v4
3333
with:
3434
go-version: ${{ matrix.go-version }}
35+
cache: false
3536
- name: Test
3637
run: go test -v -race -coverprofile coverage.txt ./...
3738
- name: Vet

0 commit comments

Comments
 (0)