Skip to content

Commit

Permalink
[CI] support go v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyiwu committed Jul 20, 2024
1 parent bb81ef0 commit 89099aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml → .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: Test

on:
workflow_dispatch:
Expand All @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
go-version: ['1.17', '1.18', '1.19', '1.20', '1.21']
go-version: ['1.17', '1.18', '1.19', '1.20', '1.21', '1.22']
# See supported Go release schedule at https://golang.org/doc/devel/release.html
#
steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GoJieba

[![Go](https://github.com/yanyiwu/gojieba/actions/workflows/go.yml/badge.svg)](https://github.com/yanyiwu/gojieba/actions/workflows/go.yml)
[![Test](https://github.com/yanyiwu/gojieba/actions/workflows/test.yml/badge.svg)](https://github.com/yanyiwu/gojieba/actions/workflows/test.yml)
[![Author](https://img.shields.io/badge/author-@yanyiwu-blue.svg?style=flat)](http://yanyiwu.com/)
[![Tag](https://img.shields.io/github/v/tag/yanyiwu/gojieba.svg)](https://github.com/yanyiwu/gojieba/releases)
[![Performance](https://img.shields.io/badge/performance-excellent-brightgreen.svg?style=flat)](http://yanyiwu.com/work/2015/06/14/jieba-series-performance-test.html)
Expand Down

0 comments on commit 89099aa

Please sign in to comment.