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 243d79a commit b8825f6Copy full SHA for b8825f6
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
test:
17
strategy:
18
matrix:
19
- go-version: [stable, oldstable]
+ go-version: [stable, oldstable, "1.13"]
20
platform: [ubuntu-latest]
21
include:
22
# only update test coverage stats with most recent go version on linux
go.mod
@@ -1,5 +1,5 @@
1
module github.com/google/go-querystring
2
3
-go 1.10
+go 1.13
4
5
require github.com/google/go-cmp v0.6.0
0 commit comments