From 251978e060044cd40e1649d095d5d2f9635e3775 Mon Sep 17 00:00:00 2001 From: Ben Durrans Date: Fri, 8 Aug 2025 10:36:28 +0100 Subject: [PATCH 1/3] chore: update to Go 1.24.6 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index f3887f85..36fd0afc 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/snyk/go-application-framework -go 1.24 +go 1.24.6 require ( github.com/charmbracelet/lipgloss v0.10.0 From baa074592cfae164f4eca478bf192f68a2217207 Mon Sep 17 00:00:00 2001 From: Ben Durrans Date: Mon, 11 Aug 2025 10:42:34 +0100 Subject: [PATCH 2/3] chore(ci): update ci base Go version --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 099f919e..c3ecc099 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ orbs: base_image: &base_image resource_class: small docker: - - image: cimg/go:1.22 + - image: cimg/go:1.24.6 # Define the jobs we want to run for this project jobs: From 2bd45e7b6a280f767e8d71d73b33df2d1bab0ac9 Mon Sep 17 00:00:00 2001 From: Ben Durrans Date: Mon, 11 Aug 2025 10:57:41 +0100 Subject: [PATCH 3/3] chore(ui): use 1.24.5 Go cimg Since 1.24.6 is not out yet. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c3ecc099..d40d29c1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ orbs: base_image: &base_image resource_class: small docker: - - image: cimg/go:1.24.6 + - image: cimg/go:1.24.5 # Define the jobs we want to run for this project jobs: