Update .forgejo/workflows/build.yaml
This commit is contained in:
parent
11b4eefc47
commit
d1412be508
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ jobs:
|
|||
build:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version-file: ${{ GITHUB_WORKSPACE }}/go.mod
|
||||
|
|
Loading…
Reference in a new issue