From 2ac96e790fc7b242151f30304603583fed6cb9a8 Mon Sep 17 00:00:00 2001 From: Nico Pazos <32206519+npazosmendez@users.noreply.github.com> Date: Mon, 2 Dec 2024 12:18:19 -0300 Subject: [PATCH] build: update Go to 1.23 (#225) --- .github/workflows/build-artifacts.yml | 2 +- .github/workflows/checks.yml | 2 +- .github/workflows/release-please.yml | 2 +- go.mod | 4 +--- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index eeea5cf..78e6425 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -16,7 +16,7 @@ permissions: repository-projects: read env: - DEFAULT_GO_VERSION: 1.21 + DEFAULT_GO_VERSION: 1.23 name: Build Artifacts jobs: diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index aa8e71c..c0019fc 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -7,7 +7,7 @@ on: pull_request: env: - GO_VERSION: "1.22" + GO_VERSION: "1.23" jobs: lint: diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 861fc82..fd63cf1 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -9,7 +9,7 @@ permissions: repository-projects: read env: - DEFAULT_GO_VERSION: 1.21 + DEFAULT_GO_VERSION: 1.23 name: Run Release Please jobs: diff --git a/go.mod b/go.mod index 1c5f9cd..1ce653f 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/grafana/mimir-proxies -go 1.22 - -toolchain go1.22.5 +go 1.23 require ( github.com/bradfitz/gomemcache v0.0.0-20221031212613-62deef7fc822