diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7f6cfbc..cbeebb9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -31,7 +31,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v7 - name: Set up Go ${{ matrix.go }} - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ matrix.go }}