From 4398262e044a2ea1cee7d1d0fea2bdcf147e47c9 Mon Sep 17 00:00:00 2001 From: Jacalz Date: Mon, 30 Sep 2024 21:38:52 +0200 Subject: [PATCH] Bump Go version in CI to 1.23 This should be safer than ever given that some new features are dependent on the version in go.mod. --- .github/workflows/license_check.yml | 2 +- .github/workflows/mobile_tests.yml | 2 +- .github/workflows/platform_tests.yml | 2 +- .github/workflows/static_analysis.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/license_check.yml b/.github/workflows/license_check.yml index bd21560a30..c859a6699d 100644 --- a/.github/workflows/license_check.yml +++ b/.github/workflows/license_check.yml @@ -12,7 +12,7 @@ jobs: persist-credentials: false - uses: WillAbides/setup-go-faster@v1 with: - go-version: '1.22.x' + go-version: '1.23.x' - name: Install lian run: go install lucor.dev/lian@latest diff --git a/.github/workflows/mobile_tests.yml b/.github/workflows/mobile_tests.yml index 5414654041..65aeead2bf 100644 --- a/.github/workflows/mobile_tests.yml +++ b/.github/workflows/mobile_tests.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - go-version: ['1.19.x', '1.22.x'] + go-version: ['1.19.x', '1.23.x'] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/platform_tests.yml b/.github/workflows/platform_tests.yml index d2c50b3da1..6644219cf8 100644 --- a/.github/workflows/platform_tests.yml +++ b/.github/workflows/platform_tests.yml @@ -9,7 +9,7 @@ jobs: strategy: fail-fast: false matrix: - go-version: ['1.19.x', '1.22.x'] + go-version: ['1.19.x', '1.23.x'] os: [ubuntu-latest, macos-latest] include: - os: ubuntu-latest diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index 0a13b58c9b..8c2cb77a78 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -15,7 +15,7 @@ jobs: persist-credentials: false - uses: WillAbides/setup-go-faster@v1 with: - go-version: '1.22.x' + go-version: '1.23.x' - name: Get dependencies run: >-