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

Commit

Permalink
Add workaround for golang/go#44129
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed Aug 13, 2021
1 parent a396584 commit 6e6e2a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
go-version: '1.16'
- name: goimports
run: go get golang.org/x/tools/cmd/goimports && goimports -d . | (! grep .)
# Workaround for missing checksums caused by https://github.com/golang/go/issues/44129
- name: gomod fix
run: go env -w GOFLAGS=-mod=mod
- name: go vet
run: go vet ./...
- name: golangci-lint
Expand Down

0 comments on commit 6e6e2a9

Please sign in to comment.