Build go.sum

This commit is contained in:
bolkedebruin 2021-03-18 09:50:09 +01:00 committed by GitHub
parent 34df6599cb
commit bb2501c7a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 .