diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ef0b1d2..41bc312 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -27,7 +27,7 @@ jobs: # uses: actions/checkout@v7 # - name: Setup Go - # uses: actions/setup-go@v6 + # uses: actions/setup-go@v7 # with: # go-version: ${{ env.GO_VERSION }} # cache: true @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ env.GO_VERSION }} cache: true @@ -74,7 +74,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ env.GO_VERSION }} cache: true @@ -95,7 +95,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ env.GO_VERSION }} cache: true @@ -122,7 +122,7 @@ jobs: uses: actions/checkout@v7 - name: Setup Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ env.GO_VERSION }} cache: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bdab4e5..c1ad348 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: ${{ env.GO_VERSION }} cache: true