Skip to content

Commit

Permalink
explicitly pick a golangci action version
Browse files Browse the repository at this point in the history
  • Loading branch information
c-robinson committed Dec 30, 2023
1 parent 07224d6 commit a143864
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
check-latest: true
cache: true

- uses: golangci/golangci-lint-action@latest
- uses: golangci/golangci-lint-action@v3.7.0
with:
version: latest
args: --verbose
Expand All @@ -41,9 +41,6 @@ jobs:
- ubuntu
- macOS
go:
- 17
- 18
- 19
- 20
- 21
name: '${{ matrix.platform }} | 1.${{ matrix.go }}.x'
Expand Down Expand Up @@ -96,4 +93,4 @@ jobs:
export GOBIN=$HOME/go/bin
go install github.com/kyoh86/richgo@latest
- run: RICHGO_FORCE_COLOR=1 PATH=$HOME/go/bin/:$PATH richgo test -v -race ./...
- run: RICHGO_FORCE_COLOR=1 PATH=$HOME/go/bin/:$PATH richgo test -v ./...

0 comments on commit a143864

Please sign in to comment.