From 8dd2a9addd24ea066238e040cdadc6c1337202b9 Mon Sep 17 00:00:00 2001 From: "csm-release[bot]" <183133423+csm-release[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 13:43:28 -0400 Subject: [PATCH] Update go version to 1.23 (#299) Co-authored-by: csm-release[bot] <183133423+csm-release[bot]@users.noreply.github.com> --- .github/workflows/actions.yaml | 2 +- .github/workflows/linters.yaml | 2 +- go.mod | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index b00ac6f4..b5204f1c 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -83,7 +83,7 @@ jobs: - name: Set up Go 1.22+ uses: actions/setup-go@v5 with: - go-version: ^1.22 + go-version: "1.23" id: go - name: Checkout the code uses: actions/checkout@v4 diff --git a/.github/workflows/linters.yaml b/.github/workflows/linters.yaml index 113ef309..cbeb2c49 100644 --- a/.github/workflows/linters.yaml +++ b/.github/workflows/linters.yaml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/setup-go@v5 with: - go-version: "1.22" + go-version: "1.23" cache: false - name: Checkout the code uses: actions/checkout@v4 diff --git a/go.mod b/go.mod index 9f15c8fb..7e328654 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module karavi-authorization -go 1.22.0 - -toolchain go1.22.8 +go 1.23 require ( github.com/alicebob/miniredis/v2 v2.33.0