Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 9c65489

Browse files
committed
Add workaround for golang/go#44129
Signed-off-by: Thomas Stromberg <[email protected]>
1 parent 954a68d commit 9c65489

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
go-version: '1.16'
1818
- name: goimports
1919
run: go get golang.org/x/tools/cmd/goimports && goimports -d . | (! grep .)
20+
# Workaround for missing checksums caused by https://github.com/golang/go/issues/44129
21+
- name: gomod fix
22+
run: go env -w GOFLAGS=-mod=mod
2023
- name: go vet
2124
run: go vet ./...
2225
- name: golangci-lint

0 commit comments

Comments
 (0)