Skip to content

Commit fa95a5c

Browse files
committed
fix(env): update go-pre-commit version link in .env.base
1 parent b41fbe0 commit fa95a5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/.env.base

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ GO_COVERAGE_PROVIDER=internal
147147
CODECOV_TOKEN_REQUIRED=false
148148

149149
# Go Coverage Tool Version
150-
GO_COVERAGE_VERSION=v1.1.12 # https://github.com/mrz1836/go-coverage
150+
GO_COVERAGE_VERSION=v1.1.12 # https://github.com/mrz1836/go-coverage/releases
151151
GO_COVERAGE_USE_LOCAL=false # Use local version for development
152152

153153
# Core Coverage Settings
@@ -300,7 +300,7 @@ NANCY_VERSION=v1.0.51 # https://github.com/sonatype-nexus-commu
300300
# ================================================================================================
301301

302302
# Pre-Commit System
303-
GO_PRE_COMMIT_VERSION=v1.4.1 # https://github.com/mrz1836/go-pre-commit
303+
GO_PRE_COMMIT_VERSION=v1.4.1 # https://github.com/mrz1836/go-pre-commit/releases
304304
GO_PRE_COMMIT_USE_LOCAL=false # Use local version for development
305305

306306
# System Settings

0 commit comments

Comments
 (0)