diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 00da745ee7d0..15f3b494448a 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -15,7 +15,7 @@ runs: steps: - uses: actions/setup-go@v3 with: - go-version: 'oldstable' + go-version: '1.21' cache: true - name: Change go version for root user diff --git a/.github/workflows/chaos.yml b/.github/workflows/chaos.yml index 6cd4db13cf7c..445c6010f13f 100644 --- a/.github/workflows/chaos.yml +++ b/.github/workflows/chaos.yml @@ -34,7 +34,7 @@ jobs: - uses: actions/setup-go@v3 with: - go-version: 'oldstable' + go-version: '1.21' cache: true - name: Build diff --git a/.github/workflows/fio_benchmark.yml b/.github/workflows/fio_benchmark.yml index 727fae21bb1f..209cb2fc65d1 100644 --- a/.github/workflows/fio_benchmark.yml +++ b/.github/workflows/fio_benchmark.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 'oldstable' + go-version: '1.21' cache: true - name: Build linux target diff --git a/.github/workflows/mutate-test.yml b/.github/workflows/mutate-test.yml index 0492efc3f9ce..493d9145cc94 100644 --- a/.github/workflows/mutate-test.yml +++ b/.github/workflows/mutate-test.yml @@ -36,7 +36,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 'oldstable' + go-version: '1.21' - name: install go-mutesting run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8cc191e0afcd..9bb9210a456a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 'oldstable' + go-version: '1.21' - name: Set up Java uses: actions/setup-java@v3 diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 4761d4f0b859..6d114c3055a7 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -27,7 +27,7 @@ jobs: steps: - uses: actions/setup-go@v3 with: - go-version: 'oldstable' + go-version: '1.21' - uses: actions/checkout@v3 - name: golangci-lint