Skip to content

Commit

Permalink
build: Update golangci-lint to v1.60.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
davecgh committed Aug 20, 2024
1 parent 3484507 commit 1bca581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.58.1"
run: "go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.60.1"
- name: Build
run: go build ./...
- name: Test
Expand Down

0 comments on commit 1bca581

Please sign in to comment.