Skip to content

Commit e44e229

Browse files
committed
chore(version): bump to v2.13.2
1 parent 574a52d commit e44e229

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
@@ -133,7 +133,7 @@ outputs:
133133
runs:
134134
using: docker
135135
# VERSION: when changing version update version in other places
136-
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.13.1
136+
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.13.2
137137
args:
138138
- --config=${{ inputs.config || '''''' }}
139139
- --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.13.1" // VERSION: when changing version update version in other places
15+
Version = "v2.13.2" // VERSION: when changing version update version in other places
1616
Name = "go-test-coverage"
1717
)
1818

0 commit comments

Comments
 (0)