From d5b7f1056b1db144f4df4782163c5e7b37a08a96 Mon Sep 17 00:00:00 2001 From: Neenad Ingole Date: Sun, 15 Sep 2024 15:44:33 +0200 Subject: [PATCH] update workflow to 1.23 --- .github/workflows/base.yml | 4 ++-- .github/workflows/lint.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index a183ad9..296c8b9 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -8,14 +8,14 @@ on: env: GO111MODULE: on - GO_VERSION: 1.19.x + GO_VERSION: 1.23.x jobs: test: strategy: matrix: os: [ubuntu-latest, macos-latest] - go: [1.17.x, 1.18.x, 1.19.x] + go: [1.18.x, 1.23.x] fail-fast: false runs-on: ${{ matrix.os }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0a4510e..80e6dd7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ on: pull_request: env: - GO_VERSION: "1.19.x" + GO_VERSION: "1.23.x" concurrency: group: ${{ github.workflow }}-${{ github.ref }}