From 3b8a435a4602397e0925a3c6e52fcd518e714b36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vlado=20Paji=C4=87?= Date: Thu, 15 May 2025 11:09:28 +0200 Subject: [PATCH] chore(version): bump to v2.14.3 --- action.yml | 2 +- main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 3799004..63cfbcb 100644 --- a/action.yml +++ b/action.yml @@ -138,7 +138,7 @@ outputs: runs: using: docker # VERSION: when changing version update version in other places - image: docker://ghcr.io/vladopajic/go-test-coverage:v2.14.2 + image: docker://ghcr.io/vladopajic/go-test-coverage:v2.14.3 args: - --config=${{ inputs.config || '''''' }} - --profile=${{ inputs.profile || '''''' }} diff --git a/main.go b/main.go index a32c492..fbade5f 100644 --- a/main.go +++ b/main.go @@ -9,7 +9,7 @@ import ( ) const ( - Version = "v2.14.2" // VERSION: when changing version update version in other places + Version = "v2.14.3" // VERSION: when changing version update version in other places Name = "go-test-coverage" )