From 166ce3de4b03bee91f1885e4efd9e8e054e4f6cf Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Sat, 28 Sep 2024 11:11:31 -0700 Subject: [PATCH] chore: test with go 1.23 Signed-off-by: James Hillyerd --- .github/workflows/build-and-test.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index edbe4d7..65e9589 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -8,9 +8,9 @@ jobs: strategy: matrix: go: - - 1.20.x - 1.21.x - 1.22.x + - 1.23.x name: Go ${{ matrix.go }} build steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6ebe106..53a76c5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/setup-go@v5 with: - go-version: 1.22 + go-version: 1.23 - uses: actions/checkout@v4 - name: golangci-lint uses: golangci/golangci-lint-action@v6