Skip to content

Commit f5366a2

Browse files
committed
bump to go 1.18
1 parent ed1746f commit f5366a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.16.x, 1.17.x]
7+
go-version: [1.17.x, 1.18.x]
88
platform: [ubuntu-latest]
99
runs-on: ${{ matrix.platform }}
1010
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ Smokescreen uses a [custom fork](https://github.com/stripe/goproxy) of goproxy t
3434

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

37+
- go1.18.x
3738
- go1.17.x
38-
- go1.16.x
3939

4040
[mod]: https://github.com/golang/go/wiki/Modules
4141

0 commit comments

Comments
 (0)