Skip to content

Commit

Permalink
Upgrade CI checks to Go 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Aug 12, 2020
1 parent c1e3783 commit e95c6ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.14
go-version: 1.15
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
max-parallel: 4
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
go-version: [1.11, 1.12, 1.13, 1.14]
go-version: [1.14, 1.15]
steps:
- name: Set up Go
uses: actions/setup-go@v1
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.14
go-version: 1.15
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout
Expand Down

0 comments on commit e95c6ce

Please sign in to comment.