Skip to content

Commit

Permalink
Run tests on Go 1.21 instead of 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz authored and andydotxyz committed Oct 23, 2023
1 parent ddfc46e commit e7b024a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.17.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.17.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

0 comments on commit e7b024a

Please sign in to comment.