From af468b113c2e7b539fbfb10ae8f879ceb75697b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20K=C4=99ska?= <372403+keskad@users.noreply.github.com> Date: Tue, 21 May 2024 22:22:39 +0200 Subject: [PATCH] fix: invalid go version '1.22.0': must match format 1.23 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7a08197..ff960b1 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/kube-cicd/pipelines-feedback-tekton -go 1.22.0 +go 1.22 // replace github.com/kube-cicd/pipelines-feedback-core => /home/damian/Projekty/open-source/pipelines-feedback/pipelines-feedback-core