Skip to content

Commit 5b95d2d

Browse files
committed
GH Actions: test against Go 1.15
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent efbc448 commit 5b95d2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v1
1919
with:
20-
go-version: 1.13
20+
go-version: 1.15
2121
id: go
2222

2323
- name: Setup Go binary path
@@ -81,7 +81,7 @@ jobs:
8181
- name: Set up Go
8282
uses: actions/setup-go@v1
8383
with:
84-
go-version: 1.13
84+
go-version: 1.15
8585

8686
- name: Setup Go binary path
8787
shell: bash

0 commit comments

Comments
 (0)