Skip to content

Commit 3f9f616

Browse files
authored
Merge pull request #2056 from Aoang/add-go-1-18-support
Update Go version to v1.18
2 parents 8b3668e + 229f8d5 commit 3f9f616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
go-version: [1.16.x, 1.17.x]
16+
go-version: [1.17.x, 1.18.x]
1717

1818
services:
1919
redis:

0 commit comments

Comments
 (0)