Skip to content

Commit 8de5285

Browse files
committed
version bump to v2.10.4
1 parent 904dd4d commit 8de5285

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
@@ -101,7 +101,7 @@ outputs:
101101
description: Deprecated! Holds badge color value.
102102
runs:
103103
using: docker
104-
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.10.3
104+
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.10.4
105105
args:
106106
- --config=${{ inputs.config || '''''' }}
107107
- --profile=${{ inputs.profile || '''''' }}

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
const (
15-
Version = "v2.10.3"
15+
Version = "v2.10.4"
1616
Name = "go-test-coverage"
1717
)
1818

0 commit comments

Comments
 (0)