Skip to content

Commit

Permalink
Go1.15 is released
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Aug 12, 2020
1 parent 22c05cb commit ca858c7
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
pull_request:

jobs:

test:
name: Test
runs-on: ${{ matrix.os }}
Expand All @@ -18,17 +17,17 @@ jobs:
- windows-latest
- macos-latest
go:
- '1'
- '1.14'
- '1.13'
- '1.12'
- '1.11'
- '1.10'
- '1.9'
- '1.8'
- "1"
- "1.15"
- "1.14"
- "1.13"
- "1.12"
- "1.11"
- "1.10"
- "1.9"
- "1.8"

steps:

- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit ca858c7

Please sign in to comment.