mirror of
https://github.com/elyby/chrly.git
synced 2025-05-31 14:11:51 +05:30
Fix go get for CI
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
|||||||
go-version-file: go.mod
|
go-version-file: go.mod
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: go get .
|
run: go get ./...
|
||||||
|
|
||||||
- name: Go Format
|
- name: Go Format
|
||||||
run: gofmt -s -w . && git diff --exit-code
|
run: gofmt -s -w . && git diff --exit-code
|
||||||
|
Reference in New Issue
Block a user