Skip to content

Commit 65acb4a

Browse files
authored
Update go version to 1.13
1 parent dcaa948 commit 65acb4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99

10-
- name: Set up Go 1.12
10+
- name: Set up Go 1.13
1111
uses: actions/setup-go@v1
1212
with:
13-
go-version: 1.12
13+
go-version: 1.13
1414
id: go
1515

1616
- name: Check out code into the Go module directory

0 commit comments

Comments
 (0)