Skip to content

Commit 225d2b6

Browse files
authored
chore: use go 1.23.7 (#1956)
## What kind of change does this PR introduce? * Force the release ci to use 1.23.7 - for some reason, the gh runner cache only contains 1.23.6
1 parent 4a6d9bc commit 225d2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/setup-go@v5
7777
if: ${{ steps.release.outputs.release_created == 'true' || steps.release.outputs.prs_created == 'true' }}
7878
with:
79-
go-version: "^1.22.0" # The Go version to download (if necessary) and use.
79+
go-version: "1.23.7" # The Go version to download (if necessary) and use.
8080

8181
- name: Build release artifacts
8282
if: ${{ steps.release.outputs.release_created == 'true' || steps.release.outputs.prs_created == 'true' }}

0 commit comments

Comments
 (0)