Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Commit ce0b659

Browse files
committed
Bump to Go 1.14
Signed-off-by: Christopher Crone <[email protected]>
1 parent a11e84a commit ce0b659

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
@@ -5,10 +5,10 @@ jobs:
55
name: Build
66
runs-on: ubuntu-latest
77
steps:
8-
- name: Set up Go 1.13
8+
- name: Set up Go 1.14
99
uses: actions/setup-go@v1
1010
with:
11-
go-version: 1.13
11+
go-version: 1.14
1212
id: go
1313

1414
- name: Check out code

0 commit comments

Comments
 (0)