Skip to content

Commit 732eaf0

Browse files
committed
version bump v2.8.0
1 parent 75112d0 commit 732eaf0

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: Holds badge color value.
102102
runs:
103103
using: docker
104-
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.7.1
104+
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.8.0
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
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
const (
13-
Version = "v2.7.1"
13+
Version = "v2.8.0"
1414
Name = "go-test-coverage"
1515
)
1616

0 commit comments

Comments
 (0)