From 1eed4a6f70f32d7548623384e43fb39afc6d1f39 Mon Sep 17 00:00:00 2001 From: Matthias Diester Date: Tue, 27 Aug 2024 13:15:14 +0200 Subject: [PATCH] Bump Go version to `1.23` Bump Go to `1.23` in GitHub Actions for tests and builds. --- .github/workflows/release-build.yml | 2 +- .github/workflows/release-create.yml | 2 +- .github/workflows/tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index e5ae0ce..02f4aed 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.22.x + go-version: 1.23.x - name: Run GoReleaser uses: goreleaser/goreleaser-action@v6 diff --git a/.github/workflows/release-create.yml b/.github/workflows/release-create.yml index 1165d57..0d8c301 100644 --- a/.github/workflows/release-create.yml +++ b/.github/workflows/release-create.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/setup-go@v5 with: - go-version: 1.22.x + go-version: 1.23.x - name: Create release uses: actions/create-release@v1 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 56a9c4e..a4f5cf6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.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