diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b3c89c8..b40b363 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout code uses: actions/checkout@v6 - name: Install Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ matrix.go-version }} - name: Test