Skip to content

Commit 842b65f

Browse files
actions: build on go1.20.x (#2541)
github.Action add go1.20
1 parent 46f2450 commit 842b65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
go-version: [1.18.x, 1.19.x]
19+
go-version: [1.18.x, 1.19.x, 1.20.x]
2020

2121
services:
2222
redis:

0 commit comments

Comments
 (0)