Skip to content

Commit

Permalink
version bump to v2.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vladopajic committed Jan 29, 2025
1 parent 8e47c8e commit 604860e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ outputs:

runs:
using: docker
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.11.3
image: docker://ghcr.io/vladopajic/go-test-coverage:v2.11.4
args:
- --config=${{ inputs.config || '''''' }}
- --profile=${{ inputs.profile || '''''' }}
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
Version = "v2.11.3"
Version = "v2.11.4"
Name = "go-test-coverage"
)

Expand Down

0 comments on commit 604860e

Please sign in to comment.