diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 9f0672a..c941a2b 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -23,7 +23,7 @@ jobs: with: go-version: 1.20.x - name: golangci-lint - uses: golangci/golangci-lint-action@v5 + uses: golangci/golangci-lint-action@v6 with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version version: v1.53.3 # current version at time of commit