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