Skip to content

Commit

Permalink
gha: run CI on go 1.15
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Feb 8, 2021
1 parent d398ca0 commit 7f06489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
timeout-minutes: 5
steps:

- name: Set up Go 1.13
- name: Set up Go 1.15
uses: actions/setup-go@v2
with:
go-version: 1.13
go-version: 1.15
id: go

- name: Setup Go binary path
Expand Down

0 comments on commit 7f06489

Please sign in to comment.