Skip to content

Commit

Permalink
ci: Update Golang test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bodgit committed Dec 12, 2024
1 parent ae24071 commit b57c638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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.21'
- '1.22'
- '1.23'

env:
SSH_HOST: ssh.example.com
Expand Down
2 changes: 1 addition & 1 deletion 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/sshkrb5/badge.svg?branch=main)](https://coveralls.io/github/bodgit/sshkrb5?branch=main)
[![Go Report Card](https://goreportcard.com/badge/github.com/bodgit/sshkrb5)](https://goreportcard.com/report/github.com/bodgit/sshkrb5)
[![GoDoc](https://godoc.org/github.com/bodgit/sshkrb5?status.svg)](https://godoc.org/github.com/bodgit/sshkrb5)
![Go version](https://img.shields.io/badge/Go-1.23-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)

# GSSAPI middleware for crypto/ssh

Expand Down

0 comments on commit b57c638

Please sign in to comment.