Skip to content

Commit 1757344

Browse files
Fix opslevel go release pipeline (#596)
* bump go version to 1.25 * Revert "bump go version to 1.25" This reverts commit 8328094. * pin changie version
1 parent 65a1f60 commit 1757344

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
then
6363
echo "Skip Changie..."
6464
else
65-
go install github.com/miniscruff/changie@latest
65+
go install github.com/miniscruff/changie@v1.23.0
6666
changie batch ${{ steps.version.outputs.RELEASE_VERSION }}
6767
changie merge
6868
git add .

0 commit comments

Comments
 (0)