Skip to content

Commit

Permalink
ci: update linter for 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
chappjc committed Jan 24, 2024
1 parent fa4fa14 commit a3c03f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
working-directory: ./cmd/dcrdata

- name: Install Linters
run: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.53.2"
run: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2"

- name: Go Tests
run: |
Expand Down

0 comments on commit a3c03f6

Please sign in to comment.