Skip to content

Commit

Permalink
build: upgrade linter to v1.58.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dajohi authored and davecgh committed May 16, 2024
1 parent acac74b commit 1897e8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
go: ["1.21", "1.22"]
steps:
- name: Check out source
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b #v4.1.4
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 #v5.0.0
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 #v5.0.1
with:
go-version: ${{ matrix.go }}
- name: Use lint cache
Expand All @@ -28,7 +28,7 @@ jobs:
run: |
bash ./.github/stablilize_testdata_timestamps.sh "${{ github.workspace }}"
- name: Install Linters
run: "go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.56.0"
run: "go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.58.1"
- name: Build
run: go build ./...
- name: Test
Expand Down
1 change: 0 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ linters:
- typecheck
- unconvert
- unused
- vetshadow

0 comments on commit 1897e8c

Please sign in to comment.