Skip to content

Commit 97ecc52

Browse files
committed
version bump to v2.8.3
1 parent d1deff4 commit 97ecc52

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.8.2
104+
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.8.3
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.8.2"
15+
Version = "v2.8.3"
1616
Name = "go-test-coverage"
1717
)
1818

0 commit comments

Comments
 (0)