mirror of
https://github.com/gonum/gonum.git
synced 2025-12-24 13:47:56 +08:00
ci: drop go1.16
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
matrix:
|
||||
# Do not move this line; it is referred to by README.md.
|
||||
# Versions of Go that are explicitly supported by Gonum.
|
||||
go-version: [1.17.x, 1.16.x]
|
||||
go-version: [1.17.x]
|
||||
platform: [ubuntu-latest, macos-latest]
|
||||
force-goarch: ["", "386"]
|
||||
tags:
|
||||
|
||||
2
.github/workflows/codecov.yml
vendored
2
.github/workflows/codecov.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
if: github.event.pull_request.merged == true
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.17.x, 1.16.x]
|
||||
go-version: [1.17.x]
|
||||
platform: [ubuntu-latest]
|
||||
tags:
|
||||
- ""
|
||||
|
||||
@@ -2,7 +2,7 @@ build: off
|
||||
|
||||
image: Visual Studio 2019
|
||||
|
||||
stack: go 1.16
|
||||
stack: go 1.17
|
||||
|
||||
clone_folder: c:\gopath\src\gonum.org\v1\gonum
|
||||
|
||||
|
||||
Reference in New Issue
Block a user