Skip to content

Commit 661e467

Browse files
committed
version bump to v2.11.0
1 parent bc18bcc commit 661e467

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
@@ -126,7 +126,7 @@ outputs:
126126

127127
runs:
128128
using: docker
129-
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.10.6
129+
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.11.0
130130
args:
131131
- --config=${{ inputs.config || '''''' }}
132132
- --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.6"
15+
Version = "v2.11.0"
1616
Name = "go-test-coverage"
1717
)
1818

0 commit comments

Comments
 (0)