diff --git a/.github/workflows/go-ci-check.yml b/.github/workflows/go-ci-check.yml index b2f5a30..79842c1 100644 --- a/.github/workflows/go-ci-check.yml +++ b/.github/workflows/go-ci-check.yml @@ -39,7 +39,7 @@ jobs: with: go-version: '1.22.4' - name: Download golangci-lint - run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.57.2 + run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.61.0 - name: Run Golang Linters working-directory: ./ run: |