diff --git a/.github/workflows/lint-server.yml b/.github/workflows/lint-server.yml index e74cfeb2861..5ef39cf4d01 100644 --- a/.github/workflows/lint-server.yml +++ b/.github/workflows/lint-server.yml @@ -35,7 +35,7 @@ jobs: with: path: "focalboard" - name: set up golangci-lint - run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.50.1 + run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin vv1.59.0 - name: lint run: | cd focalboard