Skip to content

Commit 40bb5a1

Browse files
authored
upgrade CI tools (#586)
1 parent efe7ae9 commit 40bb5a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
env:
6767
GOARCH: '386'
6868
- run: go test ./...
69-
- run: go test -count=2 ./...
69+
- run: go test -count=2 -covermode=atomic ./...
7070
- run: go test -v -run TestRaceyPatternSchema -race ./...
7171
env:
7272
CGO_ENABLED: '1'
@@ -151,7 +151,7 @@ jobs:
151151
- uses: actions/setup-go@v3
152152
with:
153153
go-version: '>=1.17.0'
154-
- run: go install github.com/incu6us/goimports-reviser/v2@v2.5.1
154+
- run: go install github.com/incu6us/goimports-reviser/v2@latest
155155
- run: which goimports-reviser
156156
- run: find . -type f -iname '*.go' ! -iname '*.pb.go' -exec goimports-reviser -file-path {} \;
157157
- run: git --no-pager diff --exit-code

0 commit comments

Comments
 (0)