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