setup go before in check-generate gitea job #7

Merged
natercio merged 1 commits from fix-check-gen-action into main 2025-11-14 09:16:12 +00:00
Showing only changes of commit c477023041 - Show all commits

View File

@@ -15,6 +15,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.25
- name: Save pre-generate git state
run: git status --porcelain > pre-generate.txt