We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e459ad4 commit 7003e90Copy full SHA for 7003e90
action.yml
@@ -138,7 +138,7 @@ outputs:
138
runs:
139
using: docker
140
# VERSION: when changing version update version in other places
141
- image: docker://ghcr.io/vladopajic/go-test-coverage:v2.14.2
+ image: docker://ghcr.io/vladopajic/go-test-coverage:v2.14.3
142
args:
143
- --config=${{ inputs.config || '''''' }}
144
- --profile=${{ inputs.profile || '''''' }}
main.go
@@ -9,7 +9,7 @@ import (
9
)
10
11
const (
12
- Version = "v2.14.2" // VERSION: when changing version update version in other places
+ Version = "v2.14.3" // VERSION: when changing version update version in other places
13
Name = "go-test-coverage"
14
15
0 commit comments