Skip to content
This repository was archived by the owner on Jun 20, 2024. It is now read-only.

Commit dc70e11

Browse files
authored
Trying tests with go 1.18 (#117)
Co-authored-by: Chrusty <>
1 parent df808ac commit dc70e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.16.x]
7+
go-version: [1.18.x]
88
os: [ubuntu-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:

0 commit comments

Comments
 (0)