File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1313 with :
1414 go-version : ${{ matrix.go-version }}
1515 - name : Install go-sumtype
16- run : go get github.com/BurntSushi /go-sumtype
16+ run : go get github.com/sudarshan-reddy /go-sumtype
1717 - name : Checkout code
1818 uses : actions/checkout@v2
1919 - name : Test
Original file line number Diff line number Diff line change @@ -253,7 +253,10 @@ quic-deps:
253253.PHONY : vet
254254vet :
255255 go vet -mod=vendor ./...
256- which go-sumtype # go get github.com/BurntSushi/go-sumtype (don't do this in build directory or this will cause vendor issues)
256+ # go get github.com/sudarshan-reddy/go-sumtype (don't do this in build directory or this will cause vendor issues)
257+ # Note: If you have github.com/BurntSushi/go-sumtype then you might have to use the repo above instead
258+ # for now because it uses an older version of golang.org/x/tools.
259+ which go-sumtype
257260 go-sumtype $$(go list -mod=vendor ./... )
258261
259262.PHONY : goimports
You can’t perform that action at this time.
0 commit comments