diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7cddc7c..ad4cb30 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -146,7 +146,7 @@ jobs: - uses: actions/checkout@v4 - name: Set up Go if: ${{ !startsWith(matrix.go, 'gccgo-') }} - uses: actions/setup-go@v4.1.0 + uses: actions/setup-go@v5.0.0 with: go-version: ${{ matrix.go }} - name: Set up gccgo