mirror of
https://github.com/agresdominik/ci-pipelines.git
synced 2026-07-22 18:40:57 +00:00
fix(languages): gitea runner input bug fix
This commit is contained in:
@@ -23,7 +23,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: Run GoReleaser
|
||||
|
||||
Reference in New Issue
Block a user