Skip to content

Commit a745dbb

Browse files
authored
Update Go version for CI (#210)
1 parent 75a65a8 commit a745dbb

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
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: true
1212
max-parallel: 2
1313
matrix:
14-
go: ["1.12.x", "1.13.x"]
14+
go: ["1.13.x", "1.14.x"]
1515

1616
steps:
1717
- name: Set up Go

0 commit comments

Comments
 (0)