Skip to content

Commit

Permalink
build: Update golangci-lint to v1.53.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
davecgh committed Aug 18, 2023
1 parent 023c260 commit cb4755d
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.53.3"
run: "go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.54.1"
- name: Build
run: go build ./...
- name: Test
Expand Down

0 comments on commit cb4755d

Please sign in to comment.