Skip to content

Commit 70ef12f

Browse files
authored
Test with Go 1.18.3 in CI
1 parent c371575 commit 70ef12f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v3
1010
- uses: actions/setup-go@v2
11-
with: { go-version: "1.18.0" }
11+
with: { go-version: "1.18.3" }
1212
- run: make check
1313
test:
1414
strategy:
@@ -18,5 +18,5 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020
- uses: actions/setup-go@v2
21-
with: { go-version: "1.18.0" }
21+
with: { go-version: "1.18.3" }
2222
- run: make test

0 commit comments

Comments
 (0)