Skip to content

Commit 54029e5

Browse files
committed
add go1.15 to test matrix, dont ignore tls common-names
1 parent 9baf314 commit 54029e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Test
1111
strategy:
1212
matrix:
13-
go-version: [1.13.x, 1.14.x]
13+
go-version: [1.13.x, 1.14.x, 1.15.x]
1414
platform: [ubuntu-latest, macos-latest, windows-latest]
1515
runs-on: ${{ matrix.platform }}
1616
steps:
@@ -24,6 +24,8 @@ jobs:
2424
run: go build -v .
2525
- name: Test
2626
run: go test -v ./...
27+
env:
28+
GODEBUG: x509ignoreCN=0
2729
# ================
2830
# RELEASE JOB
2931
# runs after a success test

0 commit comments

Comments
 (0)