Skip to content

Commit d345537

Browse files
committed
Run tests with Go 1.18+
1 parent 94a9d86 commit d345537

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
name: Test
22
on: [push, pull_request]
3+
34
permissions:
45
contents: read
6+
57
jobs:
68
test:
79
strategy:
810
fail-fast: false
911
matrix:
1012
os: [ubuntu-latest, windows-latest, macos-latest]
11-
go: [1.16]
13+
go: ["1.18", "1.19"]
14+
1215
runs-on: ${{ matrix.os }}
1316

1417
steps:

0 commit comments

Comments
 (0)