Skip to content

Commit ebf1fb6

Browse files
committed
chore(version): bump to v2.15.0
1 parent 5e91aac commit ebf1fb6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ outputs:
142142
runs:
143143
using: docker
144144
# TOOL_VERSION: when changing version update version in other places
145-
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.14.3
145+
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.15.0
146146
args:
147147
- --config=${{ inputs.config || '***' }}
148148
- --profile=${{ inputs.profile || '***' }}

action/source/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ inputs:
133133
description: Version of go-test-coverage source to run
134134
required: false
135135
# TOOL_VERSION: when changing version update version in other places
136-
default: v2.14.3
136+
default: v2.15.0
137137
type: string
138138

139139
outputs:

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
const (
12-
Version = "v2.14.3" // TOOL_VERSION: when changing version update version in other places
12+
Version = "v2.15.0" // TOOL_VERSION: when changing version update version in other places
1313
Name = "go-test-coverage"
1414
)
1515

0 commit comments

Comments
 (0)