Skip to content

Commit 4c896e7

Browse files
authored
Remove cache from CI workflow
Caching requires a go.sum file that doesn't exist yet.
1 parent 9f54fd7 commit 4c896e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-go@v3
1515
with:
1616
go-version: '1.20'
17-
cache: true
17+
# cache: true # NOTE: Requires go.sum
1818
- run: go build -v ./...
1919
- name: Test and Generate Coverage
2020
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...

0 commit comments

Comments
 (0)