diff --git a/.github/workflows/golang-ci.yml b/.github/workflows/golang-ci.yml index 35611d6..4f07444 100644 --- a/.github/workflows/golang-ci.yml +++ b/.github/workflows/golang-ci.yml @@ -38,7 +38,7 @@ jobs: run: go build -v -tags test ./... - name: Run golangci-lint - uses: golangci/golangci-lint-action@v5 + uses: golangci/golangci-lint-action@v6 with: # Require: The version of golangci-lint to use. # When `install-mode` is `binary` (default) the value can be v1.2 or v1.2.3 or `latest` to use the latest version.