Build go.sum
This commit is contained in:
parent
34df6599cb
commit
bb2501c7a6
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
@ -24,6 +24,9 @@ jobs:
|
||||
|
||||
- name: Install golint
|
||||
run: go get -u golang.org/x/lint/golint
|
||||
|
||||
- name: Update go.sum
|
||||
run: go mod tidy
|
||||
|
||||
- name: Build
|
||||
run: go build -v .
|
||||
|
||||
Loading…
Reference in New Issue
Block a user