From 753df497120d074fb48f20716fda7792d55f8612 Mon Sep 17 00:00:00 2001 From: Chris Koch Date: Thu, 8 Feb 2024 05:22:15 +0000 Subject: [PATCH] Move workflows to 1.22 Signed-off-by: Chris Koch --- .github/workflows/go.yml | 6 +++--- .github/workflows/golangci-lint.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7b2e86f..8304f63 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: name: Cross-platform builds strategy: matrix: - go-version: ['1.21.x'] + go-version: ['1.21.x', '1.22.x'] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -35,7 +35,7 @@ jobs: name: Build and test strategy: matrix: - go-version: ['1.21.x'] + go-version: ['1.21.x', '1.22.x'] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} @@ -68,7 +68,7 @@ jobs: name: Race test strategy: matrix: - go-version: ['1.21.x'] + go-version: ['1.21.x', '1.22.x'] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }} diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 834d661..64c3ef6 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v4 with: - go-version: '1.21.x' + go-version: '1.22.x' - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: