Skip to content

Commit 7003e90

Browse files
authored
chore(version): bump to v2.14.3 (#193)
1 parent e459ad4 commit 7003e90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
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.2
141+
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.14.3
142142
args:
143143
- --config=${{ inputs.config || '''''' }}
144144
- --profile=${{ inputs.profile || '''''' }}

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

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

0 commit comments

Comments
 (0)