Skip to content

Commit b055e61

Browse files
committed
update go version for ci
1 parent 8a48a56 commit b055e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-go@v2
1515
with:
16-
go-version: '1.17'
16+
go-version: '1.18'
1717
- run: go version
1818
- run: go test -v -cover .

0 commit comments

Comments
 (0)