diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index a3ab09a..b8a5622 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -13,11 +13,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: golangci-lint - uses: golangci/golangci-lint-action@v2 + - name: Golangci-lint + uses: golangci/golangci-lint-action@v8.0.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: v1.49 + ## version: v1.49 # Optional: working directory, useful for monorepos # working-directory: somedir @@ -35,5 +35,4 @@ jobs: # skip-pkg-cache: true # Optional: if set to true then the action don't cache or restore ~/.cache/go-build. - # skip-build-cache: true - + # skip-build-cache: true \ No newline at end of file