Build go.sum

This commit is contained in:
bolkedebruin
2021-03-18 09:50:09 +01:00
committed by GitHub
parent 34df6599cb
commit bb2501c7a6

View File

@@ -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 .