Skip to content

Commit f5435e9

Browse files
committed
chore(version): bump to v2.12.1
1 parent f481e0c commit f5435e9

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
@@ -127,7 +127,7 @@ outputs:
127127
runs:
128128
using: docker
129129
# VERSION: when changing version update version in other places
130-
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.12.0
130+
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.12.1
131131
args:
132132
- --config=${{ inputs.config || '''''' }}
133133
- --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.12.0" // VERSION: when changing version update version in other places
15+
Version = "v2.12.1" // VERSION: when changing version update version in other places
1616
Name = "go-test-coverage"
1717
)
1818

0 commit comments

Comments
 (0)