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: |