mirror of
https://github.com/bolkedebruin/rdpgw.git
synced 2026-03-29 07:06:34 +00:00
Build go.sum
This commit is contained in:
3
.github/workflows/go.yml
vendored
3
.github/workflows/go.yml
vendored
@@ -24,6 +24,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Install golint
|
- name: Install golint
|
||||||
run: go get -u golang.org/x/lint/golint
|
run: go get -u golang.org/x/lint/golint
|
||||||
|
|
||||||
|
- name: Update go.sum
|
||||||
|
run: go mod tidy
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v .
|
run: go build -v .
|
||||||
|
|||||||
Reference in New Issue
Block a user