From 84ac183b787256cea3b9690d52c4a0eda8886e0b Mon Sep 17 00:00:00 2001 From: simlecode <69969590+simlecode@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:27:15 +0800 Subject: [PATCH] chore: update go to v1.22 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a13b7fd..fb3e6d3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ jobs: test_all: executor: name: go/default - tag: "cimg/go:1.21.7" + tag: "cimg/go:1.22.8" steps: - go/setup_env: install_ffi: true