Skip to content

Commit

Permalink
ci: Test on Golang 1.22 & 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
bodgit committed Feb 28, 2024
1 parent 53d141d commit 3372bab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Expand Up @@ -18,8 +18,8 @@ jobs:
fail-fast: false
matrix:
go:
- '1.19'
- '1.20'
- '1.21'
- '1.22'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.22'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5.0.0
if: startsWith(github.ref, 'refs/tags/')
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -3,8 +3,8 @@
[![Coverage Status](https://coveralls.io/repos/github/bodgit/rvz/badge.svg?branch=main)](https://coveralls.io/github/bodgit/rvz?branch=main)
[![Go Report Card](https://goreportcard.com/badge/github.com/bodgit/rvz)](https://goreportcard.com/report/github.com/bodgit/rvz)
[![GoDoc](https://godoc.org/github.com/bodgit/rvz?status.svg)](https://godoc.org/github.com/bodgit/rvz)
![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)

# Dolphin RVZ disc images

Expand Down

0 comments on commit 3372bab

Please sign in to comment.