We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c574fb commit 7ce9254Copy full SHA for 7ce9254
.github/workflows/ci.yml
@@ -7,7 +7,7 @@ jobs:
7
strategy:
8
matrix:
9
os: [ubuntu-latest, macos-latest, windows-latest]
10
- go: [1.15, 1.16, 1.17]
+ go: [1.15, 1.16, 1.17, 1.18, 1.19]
11
steps:
12
- name: Set up Go
13
uses: actions/setup-go@v2
0 commit comments