Skip to content

Commit b8825f6

Browse files
alexandearwillnorris
authored andcommitted
go.mod,.github: Go 1.13 is the minimum version
1 parent 243d79a commit b8825f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
test:
1717
strategy:
1818
matrix:
19-
go-version: [stable, oldstable]
19+
go-version: [stable, oldstable, "1.13"]
2020
platform: [ubuntu-latest]
2121
include:
2222
# only update test coverage stats with most recent go version on linux

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/google/go-querystring
22

3-
go 1.10
3+
go 1.13
44

55
require github.com/google/go-cmp v0.6.0

0 commit comments

Comments
 (0)