diff --git a/.github/workflows/components-contrib-all.yml b/.github/workflows/components-contrib-all.yml index 0c220e8266..fa4fe078ee 100644 --- a/.github/workflows/components-contrib-all.yml +++ b/.github/workflows/components-contrib-all.yml @@ -65,7 +65,7 @@ jobs: GOOS: ${{ matrix.target_os }} GOARCH: ${{ matrix.target_arch }} GOPROXY: https://proxy.golang.org - GOLANGCI_LINT_VER: "v1.59.1" + GOLANGCI_LINT_VER: "v1.55.2" # Must match runtime strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] diff --git a/.github/workflows/components-contrib.yml b/.github/workflows/components-contrib.yml index 64f0ac30b7..80ccfb7d33 100644 --- a/.github/workflows/components-contrib.yml +++ b/.github/workflows/components-contrib.yml @@ -33,7 +33,7 @@ jobs: GOOS: linux GOARCH: amd64 GOPROXY: https://proxy.golang.org - GOLANGCI_LINT_VER: "v1.59.1" + GOLANGCI_LINT_VER: "v1.55.2" # Must match runtime's version. steps: - name: Check out code into the Go module directory if: ${{ steps.skip_check.outputs.should_skip != 'true' }}