Skip to content

Commit

Permalink
Bump Go version in CI to 1.23
Browse files Browse the repository at this point in the history
This should be safer than ever given that some new features are
dependent on the version in go.mod.
  • Loading branch information
Jacalz committed Sep 30, 2024
1 parent 670a423 commit 4398262
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/license_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mobile_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platform_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: >-
Expand Down

0 comments on commit 4398262

Please sign in to comment.