Skip to content

Commit 4edbeab

Browse files
committed
Pin Go to 1.24 in test-pull-request workflow
Go 1.26 introduced breaking changes that prevent zip file creation for buildpack archives. Pin to Go 1.24 until the issue is resolved.
1 parent 704f22f commit 4edbeab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-pull-request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Go
1515
uses: actions/setup-go@v5
1616
with:
17-
go-version: stable
17+
go-version: '1.24'
1818

1919
- name: Checkout
2020
uses: actions/checkout@v4
@@ -53,7 +53,7 @@ jobs:
5353
- name: Setup Go
5454
uses: actions/setup-go@v5
5555
with:
56-
go-version: stable
56+
go-version: '1.24'
5757

5858
- name: Checkout
5959
uses: actions/checkout@v4

0 commit comments

Comments
 (0)