diff --git a/.github/workflows/golangci.yml b/.github/workflows/golangci.yml index 9696f48..30f74bb 100644 --- a/.github/workflows/golangci.yml +++ b/.github/workflows/golangci.yml @@ -24,7 +24,7 @@ jobs: go-version-file: '.go-version' - name: run go lint - uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3.6.0 + uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3.7.0 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: latest