fix(languages): gitea runner input bug fix

This commit is contained in:
2026-06-05 17:53:08 +02:00
parent 1325e3040a
commit 2c6a610502
5 changed files with 8 additions and 8 deletions
@@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: ${{ inputs.go-version-file }}
go-version-file: go.mod
cache: true
- name: Validate .goreleaser.yaml
@@ -43,7 +43,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: ${{ inputs.go-version-file }}
go-version-file: go.mod
cache: true
- name: Build snapshot