diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1420df8..64d9984 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,9 +37,6 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@v3 - 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.46 # Runs a single command using the runners shell - name: Get go dependencies