From 3db9aac33d6d2c945a845942e547b33f52848b23 Mon Sep 17 00:00:00 2001 From: manisha kumari Date: Thu, 27 Feb 2025 12:00:55 +0530 Subject: [PATCH] golang update in github and circleci Signed-off-by: manisha kumari --- .circleci/config.yml | 2 +- .github/workflows/static-check.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e0405c4d3..0171a4f34 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ orbs: parameters: go_version: type: string - default: "1.21.11" + default: "1.23.6" sensu_go_build_env: &sensu_go_build_env docker: diff --git a/.github/workflows/static-check.yml b/.github/workflows/static-check.yml index e76f55aa5..187759ddc 100644 --- a/.github/workflows/static-check.yml +++ b/.github/workflows/static-check.yml @@ -18,11 +18,11 @@ jobs: fetch-depth: 1 - uses: WillAbides/setup-go-faster@v1.8.0 with: - go-version: "1.21.x" + go-version: "1.23.x" - uses: dominikh/staticcheck-action@v1.0.0 with: version: "2023.1.6" install-go: false - cache-key: "1.21.x" + cache-key: "1.23.x" env: - GO_VERSION: 1.21.3 + GO_VERSION: 1.23.6