Skip to content

Commit

Permalink
upgrade CI tools (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
fenollp authored Aug 29, 2022
1 parent efe7ae9 commit 40bb5a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
env:
GOARCH: '386'
- run: go test ./...
- run: go test -count=2 ./...
- run: go test -count=2 -covermode=atomic ./...
- run: go test -v -run TestRaceyPatternSchema -race ./...
env:
CGO_ENABLED: '1'
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: '>=1.17.0'
- run: go install github.com/incu6us/goimports-reviser/v2@v2.5.1
- run: go install github.com/incu6us/goimports-reviser/v2@latest
- run: which goimports-reviser
- run: find . -type f -iname '*.go' ! -iname '*.pb.go' -exec goimports-reviser -file-path {} \;
- run: git --no-pager diff --exit-code

0 comments on commit 40bb5a1

Please sign in to comment.