Skip to content

Commit bfadbc4

Browse files
committed
install go
1 parent 13ff242 commit bfadbc4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.lib.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
app-id: 1312871
2121
private-key: ${{ secrets.OPENMCP_CI_APP_PRIVATE_KEY }}
2222

23+
- name: Set up Go
24+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
25+
with:
26+
go-version: '1.25'
27+
2328
- name: Checkout code
2429
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2530
with:

0 commit comments

Comments
 (0)