mirror of
https://github.com/elyby/chrly.git
synced 2025-01-25 21:12:09 +05:30
Fix go get for CI
This commit is contained in:
parent
77e466cc0d
commit
c95ecc2491
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user