We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed1746f commit f5366a2Copy full SHA for f5366a2
.github/workflows/test.yml
@@ -4,7 +4,7 @@ jobs:
4
test:
5
strategy:
6
matrix:
7
- go-version: [1.16.x, 1.17.x]
+ go-version: [1.17.x, 1.18.x]
8
platform: [ubuntu-latest]
9
runs-on: ${{ matrix.platform }}
10
steps:
README.md
@@ -34,8 +34,8 @@ Smokescreen uses a [custom fork](https://github.com/stripe/goproxy) of goproxy t
34
35
Smokescreen is built and tested using the following Go releases. Generally, Smokescreen will only support the two most recent Go versions.
36
37
+- go1.18.x
38
- go1.17.x
-- go1.16.x
39
40
[mod]: https://github.com/golang/go/wiki/Modules
41
0 commit comments