File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1818 fail-fast : false
1919 matrix :
2020 go :
21- - ' 1.19 '
22- - ' 1.20 '
21+ - ' 1.21 '
22+ - ' 1.22 '
2323
2424 env :
2525 DNS_HOST : ns.example.com
@@ -131,10 +131,8 @@ jobs:
131131
132132 - name : Install coverage tools
133133 run : |
134- go get github.com/wadey/gocovmerge
135- go get github.com/mattn/goveralls
136- env :
137- GO111MODULE : off
134+ go install github.com/wadey/gocovmerge@latest
135+ go install github.com/mattn/goveralls@latest
138136
139137 - name : Merge coverage reports
140138 run : gocovmerge gokrb5.out apcera.out >cover.out
Original file line number Diff line number Diff line change 33[ ![ Coverage Status] ( https://coveralls.io/repos/github/bodgit/tsig/badge.svg?branch=main )] ( https://coveralls.io/github/bodgit/tsig?branch=main )
44[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/bodgit/tsig )] ( https://goreportcard.com/report/github.com/bodgit/tsig )
55[ ![ GoDoc] ( https://godoc.org/github.com/bodgit/tsig?status.svg )] ( https://godoc.org/github.com/bodgit/tsig )
6- ![ Go version] ( https://img.shields.io/badge/Go-1.20 -brightgreen.svg )
7- ![ Go version] ( https://img.shields.io/badge/Go-1.19 -brightgreen.svg )
6+ ![ Go version] ( https://img.shields.io/badge/Go-1.22 -brightgreen.svg )
7+ ![ Go version] ( https://img.shields.io/badge/Go-1.21 -brightgreen.svg )
88
99# Additional TSIG methods
1010
You can’t perform that action at this time.
0 commit comments