From 40fbf17779a3efa62ebf9d31df080ca32329e1b2 Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Thu, 6 Mar 2025 17:25:54 +0100 Subject: [PATCH] also update ci to go 1.23 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e56e0ca..a197272 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,7 @@ jobs: build: strategy: matrix: - version: ['1.22'] + version: ['1.23'] os: [ubuntu-latest, macos-latest, windows-latest] name: Build runs-on: ${{ matrix.os }} @@ -30,7 +30,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