Skip to content

Commit

Permalink
Run tests on latest supported Go versions (#220)
Browse files Browse the repository at this point in the history
Co-authored-by: ccoVeille <[email protected]>
  • Loading branch information
HaraldNordgren and ccoVeille committed Aug 22, 2024
1 parent 0bf2e8a commit fd978ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.22
cache: true
check-latest: true

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go-version: [1.18.x, 1.19.x]
go-version: [oldstable, stable]
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-expanding-configurations
include:
- os: windows-latest
go-version: 1.19.x
go-version: stable
- os: macos-latest
go-version: 1.19.x
go-version: stable

steps:
- name: Checkout code
Expand Down

0 comments on commit fd978ff

Please sign in to comment.