We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ff242 commit bfadbc4Copy full SHA for bfadbc4
.github/workflows/release.lib.yaml
@@ -20,6 +20,11 @@ jobs:
20
app-id: 1312871
21
private-key: ${{ secrets.OPENMCP_CI_APP_PRIVATE_KEY }}
22
23
+ - name: Set up Go
24
+ uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
25
+ with:
26
+ go-version: '1.25'
27
+
28
- name: Checkout code
29
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
30
with:
0 commit comments