mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-23 19:14:01 +02:00
fix: Upgrade CI resolve the issue of cache expiration. (#308)
This commit is contained in:
@@ -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 ./...
|
||||||
|
|||||||
Reference in New Issue
Block a user