Skip to content

Commit 7f06489

Browse files
committed
gha: run CI on go 1.15
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent d398ca0 commit 7f06489

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
@@ -14,10 +14,10 @@ jobs:
1414
timeout-minutes: 5
1515
steps:
1616

17-
- name: Set up Go 1.13
17+
- name: Set up Go 1.15
1818
uses: actions/setup-go@v2
1919
with:
20-
go-version: 1.13
20+
go-version: 1.15
2121
id: go
2222

2323
- name: Setup Go binary path

0 commit comments

Comments
 (0)