Skip to content

Commit

Permalink
ci: Test on Golang 1.22 & 1.21 (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
bodgit committed Feb 28, 2024
1 parent 4805328 commit 7966f04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
fail-fast: false
matrix:
go:
- '1.19'
- '1.20'
- '1.21'
- '1.22'

env:
DNS_HOST: ns.example.com
Expand Down Expand Up @@ -131,10 +131,8 @@ jobs:

- name: Install coverage tools
run: |
go get github.com/wadey/gocovmerge
go get github.com/mattn/goveralls
env:
GO111MODULE: off
go install github.com/wadey/gocovmerge@latest
go install github.com/mattn/goveralls@latest
- name: Merge coverage reports
run: gocovmerge gokrb5.out apcera.out >cover.out
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[![Coverage Status](https://coveralls.io/repos/github/bodgit/tsig/badge.svg?branch=main)](https://coveralls.io/github/bodgit/tsig?branch=main)
[![Go Report Card](https://goreportcard.com/badge/github.com/bodgit/tsig)](https://goreportcard.com/report/github.com/bodgit/tsig)
[![GoDoc](https://godoc.org/github.com/bodgit/tsig?status.svg)](https://godoc.org/github.com/bodgit/tsig)
![Go version](https://img.shields.io/badge/Go-1.20-brightgreen.svg)
![Go version](https://img.shields.io/badge/Go-1.19-brightgreen.svg)
![Go version](https://img.shields.io/badge/Go-1.22-brightgreen.svg)
![Go version](https://img.shields.io/badge/Go-1.21-brightgreen.svg)

# Additional TSIG methods

Expand Down

0 comments on commit 7966f04

Please sign in to comment.