Skip to content

Commit 1819f96

Browse files
committed
ci: workflows: update go versions
1 parent fbb58a6 commit 1819f96

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.github/workflows/test.yaml .github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: test
1+
name: CI
22
on:
33
push:
44
branches:
@@ -11,7 +11,7 @@ jobs:
1111
test:
1212
strategy:
1313
matrix:
14-
go-version: [1.21.x, 1.16.x]
14+
go-version: [1.24.x, 1.16.x]
1515
platform: [ubuntu-latest, macos-latest, windows-latest]
1616
runs-on: ${{ matrix.platform }}
1717
steps:

README.md

+13-13
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
HTML StripTags for Go
22
=====================
33

4-
[![Used By][used-by-svg]][used-by-link]
5-
[![Build Status][build-status-svg]][build-status-link]
6-
[![Go Report Card][goreport-svg]][goreport-link]
7-
[![Docs][docs-godoc-svg]][docs-godoc-link]
8-
[![License][license-svg]][license-link]
4+
[![Used By][used-by-svg]][used-by-url]
5+
[![Build Status][build-status-svg]][build-status-url]
6+
[![Go Report Card][goreport-svg]][goreport-url]
7+
[![Docs][docs-godoc-svg]][docs-godoc-url]
8+
[![License][license-svg]][license-url]
99

1010
This is a Go package containing an extracted version of the unexported `stripTags` function in `html/template/html.go`.
1111

@@ -37,16 +37,16 @@ func main() {
3737
```
3838

3939
[used-by-svg]: https://sourcegraph.com/github.com/grokify/html-strip-tags-go/-/badge.svg
40-
[used-by-link]: https://sourcegraph.com/github.com/grokify/html-strip-tags-go?badge
40+
[used-by-url]: https://sourcegraph.com/github.com/grokify/html-strip-tags-go?badge
4141
[goreport-svg]: https://goreportcard.com/badge/github.com/grokify/html-strip-tags-go
42-
[goreport-link]: https://goreportcard.com/report/github.com/grokify/html-strip-tags-go
43-
[build-status-svg]: https://github.com/grokify/html-strip-tags-go/workflows/test/badge.svg
44-
[build-status-link]: https://github.com/grokify/html-strip-tags-go/actions
42+
[goreport-url]: https://goreportcard.com/report/github.com/grokify/html-strip-tags-go
43+
[build-status-svg]: https://github.com/grokify/html-strip-tags-go/actions/workflows/ci.yaml/badge.svg?branch=main
44+
[build-status-url]: https://github.com/grokify/html-strip-tags-go/actions/workflows/ci.yaml
4545
[coverage-status-svg]: https://coveralls.io/repos/grokify/html-strip-tags-go/badge.svg?branch=master
46-
[coverage-status-link]: https://coveralls.io/r/grokify/html-strip-tags-go?branch=master
46+
[coverage-status-url]: https://coveralls.io/r/grokify/html-strip-tags-go?branch=master
4747
[codeclimate-status-svg]: https://codeclimate.com/github/grokify/html-strip-tags-go/badges/gpa.svg
48-
[codeclimate-status-link]: https://codeclimate.com/github/grokify/html-strip-tags-go
48+
[codeclimate-status-url]: https://codeclimate.com/github/grokify/html-strip-tags-go
4949
[docs-godoc-svg]: https://pkg.go.dev/badge/github.com/grokify/html-strip-tags-go
50-
[docs-godoc-link]: https://pkg.go.dev/github.com/grokify/html-strip-tags-go
50+
[docs-godoc-url]: https://pkg.go.dev/github.com/grokify/html-strip-tags-go
5151
[license-svg]: https://img.shields.io/badge/license-BSD--style+patent--grant-blue.svg
52-
[license-link]: https://github.com/grokify/html-strip-tags-go/blob/master/LICENSE
52+
[license-url]: https://github.com/grokify/html-strip-tags-go/blob/master/LICENSE

0 commit comments

Comments
 (0)