File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- name : " go build "
1
+ name : test
2
2
on :
3
3
push :
4
4
branches :
11
11
test :
12
12
strategy :
13
13
matrix :
14
- go-version : [1.21.x, 1.13 .x]
14
+ go-version : [1.21.x, 1.16 .x]
15
15
platform : [ubuntu-latest, macos-latest, windows-latest]
16
16
runs-on : ${{ matrix.platform }}
17
17
steps :
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ func main() {
40
40
[ used-by-link ] : https://sourcegraph.com/github.com/grokify/html-strip-tags-go?badge
41
41
[ goreport-svg ] : https://goreportcard.com/badge/github.com/grokify/html-strip-tags-go
42
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/go%20build /badge.svg
43
+ [ build-status-svg ] : https://github.com/grokify/html-strip-tags-go/workflows/test /badge.svg
44
44
[ build-status-link ] : https://github.com/grokify/html-strip-tags-go/actions
45
45
[ coverage-status-svg ] : https://coveralls.io/repos/grokify/html-strip-tags-go/badge.svg?branch=master
46
46
[ coverage-status-link ] : https://coveralls.io/r/grokify/html-strip-tags-go?branch=master
You can’t perform that action at this time.
0 commit comments