Skip to content

Commit 7966f04

Browse files
authored
ci: Test on Golang 1.22 & 1.21 (#132)
1 parent 4805328 commit 7966f04

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
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

0 commit comments

Comments
 (0)