Skip to content

Commit 096f69f

Browse files
committed
fix: Upgrade CI resolve the issue of cache expiration. (#308)
1 parent 7bd5a06 commit 096f69f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
diff -u <(echo -n) <(gofmt -d .)
4343
4444
- name: Get dependencies
45-
run: go get -v ./...
45+
run: go mod download
4646

4747
- name: Build
4848
run: go build -v ./...

0 commit comments

Comments
 (0)