diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c7c491..3268f55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,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 @@ -58,7 +58,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 @@ -100,7 +100,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 @@ -134,7 +134,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 @@ -171,7 +171,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 47b818f..7e9aa51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,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