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 -1
View File
@@ -42,7 +42,7 @@ jobs:
diff -u <(echo -n) <(gofmt -d .)
- name: Get dependencies
run: go get -v ./...
run: go mod download
- name: Build
run: go build -v ./...