diff --git a/.github/workflows/test-long-all.yml b/.github/workflows/test-long-all.yml index f924bc2c..9dac7c40 100644 --- a/.github/workflows/test-long-all.yml +++ b/.github/workflows/test-long-all.yml @@ -17,7 +17,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] version: ['stable', 'insiders'] - go: ['1.19', '1.20', '1.21', '1.22'] + go: ['1.20', '1.21', '1.22', '1.23'] steps: - name: Clone repository diff --git a/.github/workflows/test-long.yml b/.github/workflows/test-long.yml index 0027c8ee..1f0af719 100644 --- a/.github/workflows/test-long.yml +++ b/.github/workflows/test-long.yml @@ -16,7 +16,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] # TODO: reenable macos-latest version: ['stable'] - go: ['1.19', '1.20', '1.21', '1.22'] + go: ['1.20', '1.21', '1.22', '1.23'] steps: - name: Clone repository diff --git a/.github/workflows/test-smoke.yml b/.github/workflows/test-smoke.yml index f6579e6d..a61f4a0a 100644 --- a/.github/workflows/test-smoke.yml +++ b/.github/workflows/test-smoke.yml @@ -31,7 +31,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v4 with: - go-version: '1.22' + go-version: '1.23' check-latest: true cache: true diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index fa8357da..64fb06e7 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -35,7 +35,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v4 with: - go-version: '1.22' + go-version: '1.23' check-latest: true cache: true cache-dependency-path: '**/go.sum'