Skip to content

Commit 46c9068

Browse files
committed
Drop Go 1.13
github.com/go-openapi/runtime's latest version doesn't work with Go 1.13 due to net/http. Since Go 1.13 is no longer maintained by the Go team, it would be better to just drop the version rather than asking the package owner to support the version. https://pkg.go.dev/net/http#Header.Values Signed-off-by: Kazuyoshi Kato <katokazu@amazon.com>
1 parent ef204fa commit 46c9068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
strategy:
1313
matrix:
14-
go: ['1.13', '1.14', '1.15', '1.16', '1.17']
14+
go: ['1.14', '1.15', '1.16', '1.17']
1515
os: ['ubuntu-18.04', 'ubuntu-20.04']
1616
fail-fast: false
1717
name: ${{ matrix.os }} / Go ${{ matrix.go }}

0 commit comments

Comments
 (0)