Skip to content

Commit

Permalink
CI matrix maintenance (#152)
Browse files Browse the repository at this point in the history
* add go 1.17.x testing

* remove go1.15.x

* drop testing on aging ubuntu 16.04
  • Loading branch information
ransford-stripe committed Dec 15, 2021
1 parent dc40301 commit 37438e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ jobs:
test:
strategy:
matrix:
go-version: [1.15.x, 1.16.x]
platform: [ubuntu-16.04, ubuntu-latest]
go-version: [1.16.x, 1.17.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Smokescreen uses a [custom fork](https://github.com/stripe/goproxy) of goproxy t

Smokescreen is built and tested using the following Go releases. Generally, Smokescreen will only support the two most recent Go versions.

- go1.15.x
- go1.17.x
- go1.16.x

[mod]: https://github.com/golang/go/wiki/Modules
Expand Down

0 comments on commit 37438e8

Please sign in to comment.