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:
@@ -14,6 +14,11 @@ jobs:
|
||||
steps:
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user