Skip to content

Commit

Permalink
Update to match Fyne Go versions and use new tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Dec 31, 2024
1 parent a4d0a47 commit 7d99f52
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup Go environment
uses: actions/setup-go@v3
with:
go-version: "1.19.x"
go-version: "1.23.x"

- name: Install staticcheck
run: go install honnef.co/go/tools/cmd/staticcheck@latest
Expand All @@ -34,7 +34,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# use max/min supported Go versions
go-version: ["1.21.x", "1.17.x"]
go-version: ["1.23.x", "1.19.x"]

steps:
- name: Setup Go environment
Expand All @@ -56,7 +56,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# use max/min supported Go versions
go-version: ["1.18.x"]
go-version: ["1.19.x"]

steps:
- name: Setup Go environment
Expand All @@ -80,7 +80,7 @@ jobs:
fail-fast: false
matrix:
# use max/min supported Go versions
go-version: ["1.21.x", "1.17.x"]
go-version: ["1.23.x", "1.19.x"]
target:
- os: linux
- os: windows
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
fail-fast: false
matrix:
# use max/min supported Go versions
go-version: ["1.21.x", "1.17.x"]
go-version: ["1.23.x", "1.19.x"]
target:
- os: linux
- os: windows
Expand Down

0 comments on commit 7d99f52

Please sign in to comment.