Skip to content

Commit a8c47b8

Browse files
committed
Include setup step
1 parent 551a6bd commit a8c47b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/registry-releaser.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v5
1818

19+
- name: Setup Go
20+
uses: actions/setup-go@v5
21+
with:
22+
go-version: "stable"
23+
1924
- name: Fetch tags
2025
run: git fetch --tags
2126

0 commit comments

Comments
 (0)