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 afbe198 commit 86b354fCopy full SHA for 86b354f
action.yml
@@ -126,7 +126,8 @@ outputs:
126
127
runs:
128
using: docker
129
- image: docker://ghcr.io/vladopajic/go-test-coverage:v2.11.4
+ # VERSION: when changing version update version in other places
130
+ image: docker://ghcr.io/vladopajic/go-test-coverage:v2.12.0
131
args:
132
- --config=${{ inputs.config || '''''' }}
133
- --profile=${{ inputs.profile || '''''' }}
main.go
@@ -12,7 +12,7 @@ import (
12
)
13
14
const (
15
- Version = "v2.11.4"
+ Version = "v2.12.0" // VERSION: when changing version update version in other places
16
Name = "go-test-coverage"
17
18
0 commit comments