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 574a52d commit e44e229Copy full SHA for e44e229
action.yml
@@ -133,7 +133,7 @@ outputs:
133
runs:
134
using: docker
135
# VERSION: when changing version update version in other places
136
- image: docker://ghcr.io/vladopajic/go-test-coverage:v2.13.1
+ image: docker://ghcr.io/vladopajic/go-test-coverage:v2.13.2
137
args:
138
- --config=${{ inputs.config || '''''' }}
139
- --profile=${{ inputs.profile || '''''' }}
main.go
@@ -12,7 +12,7 @@ import (
12
)
13
14
const (
15
- Version = "v2.13.1" // VERSION: when changing version update version in other places
+ Version = "v2.13.2" // VERSION: when changing version update version in other places
16
Name = "go-test-coverage"
17
18
0 commit comments