diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4dc19ab..767e5f5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v5.1.0 + uses: actions/setup-go@v7.0.0 with: go-version: ${{ matrix.go-version }} cache: true @@ -60,7 +60,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v5.1.0 + uses: actions/setup-go@v7.0.0 with: go-version: ${{ env.GO_VERSION }} cache: true @@ -102,7 +102,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5.1.0 + uses: actions/setup-go@v7.0.0 with: go-version: ${{ env.GO_VERSION }} cache: true @@ -136,7 +136,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v5.1.0 + uses: actions/setup-go@v7.0.0 with: go-version: ${{ env.GO_VERSION }} cache: true @@ -173,7 +173,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5.1.0 + uses: actions/setup-go@v7.0.0 with: go-version: ${{ env.GO_VERSION }} cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 396b852..e029b89 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5.1.0 + uses: actions/setup-go@v7.0.0 with: go-version: '1.23' cache: true