From a3c03f6c7a24dbc1eceaf084c4190831c93c2bf7 Mon Sep 17 00:00:00 2001 From: Jonathan Chappelow Date: Tue, 23 Jan 2024 22:50:48 -0600 Subject: [PATCH] ci: update linter for 1.21 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5b31b186..202fa47f5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |