Merge pull request 'setup go before in check-generate gitea job' (#7) from fix-check-gen-action into main

Reviewed-on: applications/broker2anexoj#7
This commit was merged in pull request #7.
This commit is contained in:
2025-11-14 09:16:12 +00:00

View File

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