Skip to content

Commit 7ce9254

Browse files
committedAug 14, 2022
Test against latest Go's
1 parent 1c574fb commit 7ce9254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
matrix:
99
os: [ubuntu-latest, macos-latest, windows-latest]
10-
go: [1.15, 1.16, 1.17]
10+
go: [1.15, 1.16, 1.17, 1.18, 1.19]
1111
steps:
1212
- name: Set up Go
1313
uses: actions/setup-go@v2

0 commit comments

Comments
 (0)
Please sign in to comment.