diff --git a/dist/post_run/index.js b/dist/post_run/index.js index 806438c..bb3388a 100644 --- a/dist/post_run/index.js +++ b/dist/post_run/index.js @@ -94327,7 +94327,7 @@ const path_1 = __importDefault(__nccwpck_require__(6928)); const install_1 = __nccwpck_require__(232); const versionRe = /^v(\d+)\.(\d+)(?:\.(\d+))?$/; // TODO(ldez): it should be updated to match v2 module name. -const modVersionRe = /github.com\/golangci\/golangci-lint\s(v.+)/; +const modVersionRe = /github.com\/golangci\/golangci-lint\s(v\S+)/; const parseVersion = (s) => { if (s == "latest" || s == "") { // TODO(ldez): it should be replaced with an explicit version (ex: v1.64.0) diff --git a/dist/run/index.js b/dist/run/index.js index aeb0497..20e94c7 100644 --- a/dist/run/index.js +++ b/dist/run/index.js @@ -94327,7 +94327,7 @@ const path_1 = __importDefault(__nccwpck_require__(6928)); const install_1 = __nccwpck_require__(232); const versionRe = /^v(\d+)\.(\d+)(?:\.(\d+))?$/; // TODO(ldez): it should be updated to match v2 module name. -const modVersionRe = /github.com\/golangci\/golangci-lint\s(v.+)/; +const modVersionRe = /github.com\/golangci\/golangci-lint\s(v\S+)/; const parseVersion = (s) => { if (s == "latest" || s == "") { // TODO(ldez): it should be replaced with an explicit version (ex: v1.64.0)