From dd5ed403b9950141d43fab93aad8dc7cfee2ad2c Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Sun, 19 May 2024 20:46:28 -0700 Subject: [PATCH] circleci: Update go version. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9c1961c..91051c2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ jobs: # Specify the execution environment. You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub. # See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor docker: - - image: circleci/golang:1.15.8 + - image: circleci/golang:1.22.2 # Add steps to the job # See: https://circleci.com/docs/2.0/configuration-reference/#steps steps: