Skip to content

Commit 348e7d6

Browse files
author
Dean Karn
authored
Add Go 1.22 to tests (#48)
1 parent d5715da commit 348e7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
test:
1515
strategy:
1616
matrix:
17-
go-version: [1.21.x,1.20.x,1.19.x,1.18.x,1.17.x]
17+
go-version: [1.22.x,1.21.x,1.20.x,1.19.x,1.18.x,1.17.x]
1818
os: [ubuntu-latest, macos-latest, windows-latest]
1919
runs-on: ${{ matrix.os }}
2020
steps:

0 commit comments

Comments
 (0)