File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ outputs:
142
142
runs :
143
143
using : docker
144
144
# TOOL_VERSION: when changing version update version in other places
145
- image : docker://ghcr.io/vladopajic/go-test-coverage:v2.14.3
145
+ image : docker://ghcr.io/vladopajic/go-test-coverage:v2.15.0
146
146
args :
147
147
- --config=${{ inputs.config || '***' }}
148
148
- --profile=${{ inputs.profile || '***' }}
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ inputs:
133
133
description : Version of go-test-coverage source to run
134
134
required : false
135
135
# TOOL_VERSION: when changing version update version in other places
136
- default : v2.14.3
136
+ default : v2.15.0
137
137
type : string
138
138
139
139
outputs :
Original file line number Diff line number Diff line change 9
9
)
10
10
11
11
const (
12
- Version = "v2.14.3 " // TOOL_VERSION: when changing version update version in other places
12
+ Version = "v2.15.0 " // TOOL_VERSION: when changing version update version in other places
13
13
Name = "go-test-coverage"
14
14
)
15
15
You can’t perform that action at this time.
0 commit comments