Skip to content

Commit

Permalink
Bump Go support to 1.21.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdkleijn committed Jan 12, 2024
1 parent fff55e0 commit 318bc61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/mvdkleijn/go-simplequeue?style=for-the-badge)
[![Codacy grade](https://img.shields.io/codacy/grade/b82db1a4bee14f84bfeaf858e5907f5c?style=for-the-badge)](https://app.codacy.com/gh/mvdkleijn/go-simplequeue)
[![Go Report Card](https://goreportcard.com/badge/github.com/mvdkleijn/go-simplequeue?style=for-the-badge)](https://goreportcard.com/report/github.com/mvdkleijn/go-simplequeue)
![Liberapay patrons](https://img.shields.io/liberapay/patrons/mvdkleijn?style=for-the-badge)

[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/O4O7H6C73)
[![Go Report Card](https://goreportcard.com/badge/github.com/mvdkleijn/go-simplequeue?style=for-the-badge)](https://goreportcard.com/report/github.com/mvdkleijn/go-simplequeue) [![Liberapay patrons](https://img.shields.io/liberapay/patrons/mvdkleijn?style=for-the-badge)](https://liberapay.com/mvdkleijn/) [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/O4O7H6C73)

Simple locking queue system with workers.

Expand All @@ -16,6 +13,7 @@ Also see: <https://pkg.go.dev/github.com/mvdkleijn/go-simplequeue>
- Go versions, see: https://endoflife.date/go

Source code and issues: https://github.com/mvdkleijn/go-simplequeue
Also see: https://vanderkleijn.net/posts/announcing-go-simplequeue/


## Usage / Example
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mvdkleijn/go-simplequeue

go 1.19
go 1.21

require github.com/stretchr/testify v1.8.4

Expand Down

0 comments on commit 318bc61

Please sign in to comment.