diff --git a/.circleci/config.yml b/.circleci/config.yml index b9c7c4d..a1ac4ea 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,7 +13,7 @@ jobs: name: Install golangci-lint # Note: It's likely the below URL's "master" will change to "main" someday. # The version of golangci-lint being used can be changed with the vN.N.N at the end of this URL. - command: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ~/bin v1.42.0 + command: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ~/bin v1.52.2 - run: name: Run Go Linters