Update go.yml

This commit is contained in:
Nuno Cruces
2023-09-12 15:28:11 +01:00
committed by GitHub
parent 726d7316f7
commit fed315ab79

View File

@@ -34,9 +34,8 @@ jobs:
- name: Download
run: go mod download
# Fixed in go 1.21: https://go.dev/issue/54372
# - name: Verify
# run: go mod verify
- name: Verify
run: go mod verify
- name: Vet
run: go vet ./...