From 92d26c8337bee0f5461f8dfae5ea2cdfe422f18d Mon Sep 17 00:00:00 2001 From: Matt Dainty Date: Wed, 7 Feb 2024 00:18:36 +0000 Subject: [PATCH] ci: Test on Golang 1.21 & 1.20 (#167) --- .github/workflows/build.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0a3e353..5d41c98 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,8 +21,8 @@ jobs: fail-fast: false matrix: go: - - '1.19' - '1.20' + - '1.21' permissions: checks: write diff --git a/README.md b/README.md index f9f085d..6072a54 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ [![Coverage Status](https://coveralls.io/repos/github/bodgit/sevenzip/badge.svg?branch=master)](https://coveralls.io/github/bodgit/sevenzip?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/bodgit/sevenzip)](https://goreportcard.com/report/github.com/bodgit/sevenzip) [![GoDoc](https://godoc.org/github.com/bodgit/sevenzip?status.svg)](https://godoc.org/github.com/bodgit/sevenzip) +![Go version](https://img.shields.io/badge/Go-1.21-brightgreen.svg) ![Go version](https://img.shields.io/badge/Go-1.20-brightgreen.svg) -![Go version](https://img.shields.io/badge/Go-1.19-brightgreen.svg) # sevenzip