Skip to content

Commit

Permalink
Update to Fyne versions matching next release
Browse files Browse the repository at this point in the history
Fixes CI issues
  • Loading branch information
andydotxyz committed May 27, 2024
1 parent 6a6996b commit 01a81ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/platform_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.17.x, 1.20.x]
go-version: [1.19.x, 1.22.x]
os: [ubuntu-latest, macos-latest]

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2
- uses: WillAbides/setup-go-faster@v1.8.0
with:
go-version: '1.20.x'
go-version: '1.22.x'

- name: Get dependencies
run: |
Expand All @@ -33,4 +33,4 @@ jobs:
run: golint -set_exit_status $(go list -tags ci ./...)

- name: Staticcheck
run: staticcheck -go 1.17 ./...
run: staticcheck -go 1.19 ./...

0 comments on commit 01a81ec

Please sign in to comment.