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.
2 parents e556012 + 26a2ecc commit 895be63Copy full SHA for 895be63
.github/workflows/go.yml
@@ -22,13 +22,13 @@ jobs:
22
run: go mod download
23
24
- name: Run tests
25
- run: GODEBUG=x509sha1=1 go test -v ./...
+ run: go test -v ./...
26
27
- name: Build binaries
28
run: go build -o . ./...
29
30
- name: Run integration tests
31
- run: GODEBUG=x509sha1=1 go test -v -tags=integration ./...
+ run: go test -v -tags=integration ./...
32
33
lint:
34
name: Lint
@@ -65,13 +65,11 @@ jobs:
65
66
67
run: |
68
- set GODEBUG=x509sha1=1
69
go test -v ./...
70
71
72
73
74
75
76
77
go test -v -tags=integration ./...
0 commit comments