Skip to content

Commit cee98ca

Browse files
committed
Go 1.14
1 parent f765a18 commit cee98ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

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

12-
- name: Set up Go 1.13.4
12+
- name: Set up Go
1313
uses: actions/setup-go@v1
1414
with:
15-
go-version: 1.13.4
15+
go-version: 1.14
1616

1717
- name: Check out code
1818
uses: actions/checkout@v1

0 commit comments

Comments
 (0)