fix: Upgrade CI resolve the issue of cache expiration. (#308)
This commit is contained in:
parent
7bd5a06875
commit
096f69ff7f
|
@ -42,7 +42,7 @@ jobs:
|
||||||
diff -u <(echo -n) <(gofmt -d .)
|
diff -u <(echo -n) <(gofmt -d .)
|
||||||
|
|
||||||
- name: Get dependencies
|
- name: Get dependencies
|
||||||
run: go get -v ./...
|
run: go mod download
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v ./...
|
run: go build -v ./...
|
||||||
|
|
Loading…
Reference in New Issue