Skip to content

Commit

Permalink
Update to Go 1.19 as base and 1.21 as upper test version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Oct 18, 2023
1 parent 1b5e667 commit 10c04fa
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 49 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/[email protected]
with:
go-version: '1.20.x'
go-version: '1.21.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.17.x', '1.20.x']
go-version: ['1.19.x', '1.21.x']

steps:
- uses: actions/checkout@v3
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.17.x', '1.20.x']
go-version: ['1.19.x', '1.21.x']
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- os: ubuntu-latest
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 @@ -15,7 +15,7 @@ jobs:
persist-credentials: false
- uses: WillAbides/[email protected]
with:
go-version: '1.20.x'
go-version: '1.21.x'

- name: Get dependencies
run: >-
Expand All @@ -33,7 +33,7 @@ jobs:
run: |
go install golang.org/x/tools/cmd/goimports@latest
go install github.com/fzipp/gocyclo/cmd/gocyclo@latest
go install honnef.co/go/tools/cmd/[email protected].2
go install honnef.co/go/tools/cmd/[email protected].6
go install github.com/mattn/goveralls@latest
- name: Vet
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
persist-credentials: false
- uses: WillAbides/[email protected]
with:
go-version: '1.17.x'
go-version: '1.19.x'

- name: Get dependencies
run: sudo apt-get update && sudo apt-get install gcc libgl1-mesa-dev libegl1-mesa-dev libgles2-mesa-dev libx11-dev xorg-dev
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 fyne.io/fyne/v2

go 1.17
go 1.19

require (
fyne.io/systray v1.10.1-0.20230722100817-88df1e0ffa9a
Expand Down
42 changes: 0 additions & 42 deletions go.sum

Large diffs are not rendered by default.

0 comments on commit 10c04fa

Please sign in to comment.