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 bc18bcc commit 661e467Copy full SHA for 661e467
action.yml
@@ -126,7 +126,7 @@ outputs:
126
127
runs:
128
using: docker
129
- image: docker://ghcr.io/vladopajic/go-test-coverage:v2.10.6
+ image: docker://ghcr.io/vladopajic/go-test-coverage:v2.11.0
130
args:
131
- --config=${{ inputs.config || '''''' }}
132
- --profile=${{ inputs.profile || '''''' }}
main.go
@@ -12,7 +12,7 @@ import (
12
)
13
14
const (
15
- Version = "v2.10.6"
+ Version = "v2.11.0"
16
Name = "go-test-coverage"
17
18
0 commit comments