Skip to content

Commit

Permalink
Use Go 1.23 as base
Browse files Browse the repository at this point in the history
For #88
  • Loading branch information
Jacalz committed Jan 19, 2025
1 parent f16952b commit c8bc22b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/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.22.x', 'stable']
go-version: ['1.23.x', 'stable']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/Jacalz/rymdport/v3

go 1.22
go 1.23

require (
fyne.io/fyne/v2 v2.5.3
Expand Down

0 comments on commit c8bc22b

Please sign in to comment.