Skip to content

Commit

Permalink
Bump CI tested go versions (#1172)
Browse files Browse the repository at this point in the history
This bumps Travis CI to the last two supported golang releases, as
documented in the readme: go1.14 and go1.15.

It also bumps the GitHub Code Action CI to go1.14 as it doesn't yet
supported go1.15 (see actions/setup-go#74).
  • Loading branch information
tmthrgd authored Oct 14, 2020
1 parent eaab7b7 commit 08cf611
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:

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

- name: Check out code into the Go module directory
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: go
sudo: false

go:
- "1.12.x"
- "1.13.x"
- 1.14.x
- 1.15.x
- tip

env:
Expand Down

0 comments on commit 08cf611

Please sign in to comment.