From 74efb05d04b9dc2077bd758c96b3cc0ef5979f85 Mon Sep 17 00:00:00 2001 From: Matthias Diester Date: Tue, 27 Aug 2024 13:15:28 +0200 Subject: [PATCH] Bump Go version to `1.23` Bump Go to `1.23` in GitHub Actions for tests and builds. --- .github/workflows/golangci-lint.yml | 2 +- .github/workflows/misspell.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index ec31406..4c195b4 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.22.x + go-version: 1.23.x - name: Check out code into the Go module directory uses: actions/checkout@v4 diff --git a/.github/workflows/misspell.yml b/.github/workflows/misspell.yml index e6cb93a..7cffdd5 100644 --- a/.github/workflows/misspell.yml +++ b/.github/workflows/misspell.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.22.x + go-version: 1.23.x - name: Check out code into the Go module directory uses: actions/checkout@v4