We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df224b3 commit 937b863Copy full SHA for 937b863
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.0
+ image: docker://ghcr.io/vladopajic/go-test-coverage:v2.14.1
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.0" // VERSION: when changing version update version in other places
+ Version = "v2.14.1" // VERSION: when changing version update version in other places
13
Name = "go-test-coverage"
14
15
0 commit comments