diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 3bc5a1a16..f89d5e988 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -10,7 +10,7 @@ on: - 'master' env: # Golang version to use across CI steps - GOLANG_VERSION: '1.17' + GOLANG_VERSION: '1.19' jobs: test: runs-on: ubuntu-latest @@ -22,14 +22,14 @@ jobs: key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} restore-keys: | ${{ runner.os }}-go- - - uses: actions/setup-go@v3.2.1 + - uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.0 with: go-version: ${{ env.GOLANG_VERSION }} - run: make test - name: Run golangci-lint - uses: golangci/golangci-lint-action@v3.2.0 + uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5 # v3.4.0 with: - version: v1.38.0 + version: v1.51.0 args: --timeout 5m - uses: codecov/codecov-action@v3.1.0 with: