From f3713991f58ea935c0e10e7b2e5596155c067b96 Mon Sep 17 00:00:00 2001 From: Jacob Gadikian Date: Mon, 23 Dec 2024 02:18:47 +0700 Subject: [PATCH] bump go... --- .circleci/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6e1b0c6f5..df5af5842 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -168,7 +168,7 @@ jobs: format-go: docker: - - image: cimg/go:1.21.4 + - image: cimg/go:1.23.4 steps: - run: name: Install gofumpt @@ -205,7 +205,7 @@ jobs: # Build types and cosmwasm with libwasmvm linking disabled nolink_libwasmvm: docker: - - image: cimg/go:1.21.4 + - image: cimg/go:1.23.4 steps: - checkout - run: @@ -223,7 +223,7 @@ jobs: tidy-go: docker: - - image: cimg/go:1.21.4 + - image: cimg/go:1.23.4 steps: - checkout - run: @@ -241,7 +241,7 @@ jobs: format-scripts: docker: - - image: cimg/go:1.21.4 + - image: cimg/go:1.23.4 steps: - run: name: Install shfmt @@ -298,7 +298,7 @@ jobs: # Test the Go project and run benchmarks wasmvm_test: docker: - - image: cimg/go:1.21.4 + - image: cimg/go:1.23.4 environment: GORACE: "halt_on_error=1" BUILD_VERSION: $(echo ${CIRCLE_SHA1} | cut -c 1-10)