diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 34b7a8c7c9..6762da403d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,13 +59,14 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 with: - go-version: '^1.17.0' + go-version: '1.17.8' - name: golangci-lint uses: golangci/golangci-lint-action@v2 with: version: v1.42.1 # Has fixes for stylecheck configuration https://github.com/golangci/golangci-lint/pull/2017/files args: -v + skip-go-installation: true only-new-issues: true verify-main-vendor: @@ -201,4 +202,4 @@ jobs: - name: Build And Test run: | BASE=./base.tar.gz - make all test + make all test \ No newline at end of file