Skip to content

Commit d6f08c1

Browse files
authored
fix: Upgrade CI resolve the issue of cache expiration. (#308)
1 parent a9ef5b0 commit d6f08c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)