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:
142142runs :
143143 using : docker
144144 # TOOL_VERSION: when changing version update version in other places
145- image : docker://ghcr.io/vladopajic/go-test-coverage:v2.17.0
145+ image : docker://ghcr.io/vladopajic/go-test-coverage:v2.17.1
146146 args :
147147 - --config=${{ inputs.config || '***' }}
148148 - --profile=${{ inputs.profile || '***' }}
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ inputs:
133133 description : Version of go-test-coverage source to run
134134 required : false
135135 # TOOL_VERSION: when changing version update version in other places
136- default : v2.17.0
136+ default : v2.17.1
137137 type : string
138138
139139outputs :
Original file line number Diff line number Diff line change 99)
1010
1111const (
12- Version = "v2.17.0 " // TOOL_VERSION: when changing version update version in other places
12+ Version = "v2.17.1 " // TOOL_VERSION: when changing version update version in other places
1313 Name = "go-test-coverage"
1414)
1515
You can’t perform that action at this time.
0 commit comments