File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed
Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 1717 platform :
1818 - ubuntu-latest
1919 - windows-latest
20- # - macos-latest
20+ - macos-latest
2121
2222 name : Test coverage-badge-go
2323 steps :
@@ -27,11 +27,11 @@ jobs:
2727 fetch-depth : 0
2828 persist-credentials : false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal access token.
2929
30- - name : golangci-lint
31- uses : reviewdog/action-golangci-lint@v2
32- with :
33- workdir : test
34- go_version : " 1.14.4"
30+ # - name: golangci-lint
31+ # uses: reviewdog/action-golangci-lint@v2
32+ # with:
33+ # workdir: test
34+ # go_version: "1.14.4"
3535
3636 - name : Setup go
3737 uses : actions/setup-go@v5
Original file line number Diff line number Diff line change 6262 EXTRA_ARGS="${EXTRA_ARGS} -link=${{ inputs.link }}"
6363 fi
6464
65- TEMP_DIR=$(mktemp -d)
66- curl -sf https://gobinaries.com/github.com/AlexBeauchemin/gobadge@v0.3.0 | PREFIX=$TEMP_DIR sh
67- $TEMP_DIR/gobadge -filename=${{ inputs.filename }} $EXTRA_ARGS
68- rm -rf $TEMP_DIR
65+ go install github.com/AlexBeauchemin/gobadge@v0.4.0
66+ $(go env GOPATH)/bin/gobadge -filename=${{ inputs.filename }} $EXTRA_ARGS
6967 id: coverage-badge-go
7068 shell: bash
7169
Original file line number Diff line number Diff line change 11module github.com/tj-actions/coverage-badge-go/test
22
3- go 1.14
3+ go 1.23
You can’t perform that action at this time.
0 commit comments