Skip to content

Commit fd978ff

Browse files
Run tests on latest supported Go versions (#220)
Co-authored-by: ccoVeille <[email protected]>
1 parent 0bf2e8a commit fd978ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Set up Go
2323
uses: actions/setup-go@v3
2424
with:
25-
go-version: 1.19
25+
go-version: 1.22
2626
cache: true
2727
check-latest: true
2828

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest]
17-
go-version: [1.18.x, 1.19.x]
17+
go-version: [oldstable, stable]
1818
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-expanding-configurations
1919
include:
2020
- os: windows-latest
21-
go-version: 1.19.x
21+
go-version: stable
2222
- os: macos-latest
23-
go-version: 1.19.x
23+
go-version: stable
2424

2525
steps:
2626
- name: Checkout code

0 commit comments

Comments
 (0)