Skip to content

Commit b3beec1

Browse files
committed
switch ci to g1.14
1 parent a50d706 commit b3beec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- name: set up go 1.13
14+
- name: set up go 1.14
1515
uses: actions/setup-go@v1
1616
with:
17-
go-version: 1.13
17+
go-version: 1.14
1818
id: go
1919

2020
- name: checkout

0 commit comments

Comments
 (0)