Skip to content

Commit

Permalink
ci: bump Go version to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Mar 2, 2021
1 parent 7064773 commit ede9441
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Build
strategy:
matrix:
go-version: [1.15.x, 1.14.x]
go-version: [1.16.x, 1.15.x]
platform: [ubuntu-latest]

runs-on: ${{ matrix.platform }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: github.event.pull_request.merged == true
strategy:
matrix:
go-version: [1.15.x, 1.14.x]
go-version: [1.16.x, 1.15.x]
platform: [ubuntu-latest]

runs-on: ${{ matrix.platform }}
Expand Down
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ language: go

# Versions of go that are explicitly supported by gonum.
go:
- 1.14.x
- 1.13.x
- 1.16.x
- 1.15.x
- master

go_import_path: gonum.org/v1/netlib
Expand Down

0 comments on commit ede9441

Please sign in to comment.