Skip to content

Commit fed315a

Browse files
authored
Update go.yml
1 parent 726d731 commit fed315a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ jobs:
3434
- name: Download
3535
run: go mod download
3636

37-
# Fixed in go 1.21: https://go.dev/issue/54372
38-
# - name: Verify
39-
# run: go mod verify
37+
- name: Verify
38+
run: go mod verify
4039

4140
- name: Vet
4241
run: go vet ./...

0 commit comments

Comments
 (0)