From d8bb2e9b5ec6bac36973d9108fd3cfbd2cf8a1a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Gr=C3=B8ndahl?= Date: Wed, 3 Jun 2026 16:14:27 +0200 Subject: [PATCH] fix(deps): bump go to 1.26.4 to address stdlib CVEs Resolves Snyk findings: - SNYK-GOLANG-STDCRYPTOX509-17135840 - SNYK-GOLANG-STDMIME-17135844 - SNYK-GOLANG-STDNETTEXTPROTO-17135843 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 58856f94f..363741f5a 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/kosli-dev/cli -go 1.26.3 +go 1.26.4 require ( cloud.google.com/go/run v1.21.0