Skip to content

Commit 86b354f

Browse files
committed
chore(version): bump to v2.12.0
1 parent afbe198 commit 86b354f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ outputs:
126126

127127
runs:
128128
using: docker
129-
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.11.4
129+
# VERSION: when changing version update version in other places
130+
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.12.0
130131
args:
131132
- --config=${{ inputs.config || '''''' }}
132133
- --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.11.4"
15+
Version = "v2.12.0" // VERSION: when changing version update version in other places
1616
Name = "go-test-coverage"
1717
)
1818

0 commit comments

Comments
 (0)