From 06c6ab9f59255394c69582e2213d42da6cc7f442 Mon Sep 17 00:00:00 2001 From: TJ Hoplock Date: Fri, 23 Aug 2024 00:32:09 -0400 Subject: [PATCH] ci: upgrade to go1.23.0 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index aad4b07..c55c5ac 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: '>=1.22.3' + go-version: '>=1.23.0' cache: true - name: Go Preflight Tests run: |