diff --git a/.circleci/config.yml b/.circleci/config.yml index 099f919e0..d40d29c1e 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.5 # Define the jobs we want to run for this project jobs: diff --git a/go.mod b/go.mod index f3887f858..36fd0afc8 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