Skip to content

Commit 857e7cb

Browse files
committed
ci: go test: update min go version to 1.16.x for io/ioutil deprecation
1 parent b3c3e9a commit 857e7cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yaml

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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func main() {
4040
[used-by-link]: 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
4242
[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/go%20build/badge.svg
43+
[build-status-svg]: https://github.com/grokify/html-strip-tags-go/workflows/test/badge.svg
4444
[build-status-link]: https://github.com/grokify/html-strip-tags-go/actions
4545
[coverage-status-svg]: https://coveralls.io/repos/grokify/html-strip-tags-go/badge.svg?branch=master
4646
[coverage-status-link]: https://coveralls.io/r/grokify/html-strip-tags-go?branch=master

0 commit comments

Comments
 (0)