fix: Upgrade CI resolve the issue of cache expiration. (#308)

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ 2024-01-28 23:32:55 +08:00
parent 7bd5a06875
commit 096f69ff7f
1 changed files with 1 additions and 1 deletions

View File

@ -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 ./...