forked from fyne-io/fyne
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run tests on Go 1.21 instead of 1.20
- Loading branch information
1 parent
ddfc46e
commit e7b024a
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: >- | ||
|
@@ -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 | ||
|