Skip to content

Commit

Permalink
workflows: update CI tests to Go 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyrtronium committed Dec 17, 2020
1 parent 4ab92f0 commit 0fee6a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Set up Go 1.14
- name: Set up Go 1.15
uses: actions/setup-go@v1
with:
go-version: 1.14
go-version: 1.15
id: go

- name: Set up environment
Expand Down

0 comments on commit 0fee6a1

Please sign in to comment.