diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 258d3fb..f42c5e4 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -33,7 +33,7 @@ jobs: uses: golangci/golangci-lint-action@v2 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. - version: v1.44.2 + version: v1.45.2 - name: Get dependencies and run tests run: go test -race -v ./...