diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index dd033ae..a0a8c9f 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -31,7 +31,7 @@ jobs: - name: Install golangci-lint run: | - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.60.3 + curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.64.8 echo "$(go env GOPATH)/bin" >> $GITHUB_PATH - name: Install swag for swagger generation