diff --git a/.github/workflows/itest.yml b/.github/workflows/itest.yml index 3d3fb947..1786563d 100644 --- a/.github/workflows/itest.yml +++ b/.github/workflows/itest.yml @@ -17,7 +17,7 @@ jobs: with: persist-credentials: false - name: Install Go - uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 with: go-version: 1.25.6 - run: make itest-bootstrap @@ -62,9 +62,9 @@ jobs: with: persist-credentials: false - name: Install Go - uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 with: - go-version: 1.23.1 + go-version: 1.25.6 - run: make itest shell: bash env: