Skip to content

Commit 937b863

Browse files
committed
chore(version): bump to v2.14.1
1 parent df224b3 commit 937b863

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ outputs:
138138
runs:
139139
using: docker
140140
# VERSION: when changing version update version in other places
141-
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.14.0
141+
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.14.1
142142
args:
143143
- --config=${{ inputs.config || '''''' }}
144144
- --profile=${{ inputs.profile || '''''' }}

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
const (
12-
Version = "v2.14.0" // VERSION: when changing version update version in other places
12+
Version = "v2.14.1" // VERSION: when changing version update version in other places
1313
Name = "go-test-coverage"
1414
)
1515

0 commit comments

Comments
 (0)