diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c52d58d..43c835e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: clean: true - name: Setup Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v7 with: go-version: ${{ env.GO_VERSION }} cache: true @@ -135,7 +135,7 @@ jobs: clean: true - name: Setup Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v7 with: go-version: ${{ env.GO_VERSION }} cache: true