|
|
|
@ -16,7 +16,7 @@ jobs: |
|
|
|
# fetch all commits instead of only the last as some branches are long lived and could have many between versions |
|
|
|
# fetch all commits instead of only the last as some branches are long lived and could have many between versions |
|
|
|
# fetch all tags to ensure that "git describe" reports expected Gitea version, eg. v1.21.0-dev-1-g1234567 |
|
|
|
# fetch all tags to ensure that "git describe" reports expected Gitea version, eg. v1.21.0-dev-1-g1234567 |
|
|
|
- run: git fetch --unshallow --quiet --tags --force |
|
|
|
- run: git fetch --unshallow --quiet --tags --force |
|
|
|
- uses: actions/setup-go@v5 |
|
|
|
- uses: actions/setup-go@v6 |
|
|
|
with: |
|
|
|
with: |
|
|
|
go-version-file: go.mod |
|
|
|
go-version-file: go.mod |
|
|
|
check-latest: true |
|
|
|
check-latest: true |
|
|
|
@ -65,7 +65,7 @@ jobs: |
|
|
|
# fetch all commits instead of only the last as some branches are long lived and could have many between versions |
|
|
|
# fetch all commits instead of only the last as some branches are long lived and could have many between versions |
|
|
|
# fetch all tags to ensure that "git describe" reports expected Gitea version, eg. v1.21.0-dev-1-g1234567 |
|
|
|
# fetch all tags to ensure that "git describe" reports expected Gitea version, eg. v1.21.0-dev-1-g1234567 |
|
|
|
- run: git fetch --unshallow --quiet --tags --force |
|
|
|
- run: git fetch --unshallow --quiet --tags --force |
|
|
|
- uses: actions/setup-go@v5 |
|
|
|
- uses: actions/setup-go@v6 |
|
|
|
with: |
|
|
|
with: |
|
|
|
go-version-file: go.mod |
|
|
|
go-version-file: go.mod |
|
|
|
check-latest: true |
|
|
|
check-latest: true |
|
|
|
@ -107,7 +107,7 @@ jobs: |
|
|
|
# fetch all commits instead of only the last as some branches are long lived and could have many between versions |
|
|
|
# fetch all commits instead of only the last as some branches are long lived and could have many between versions |
|
|
|
# fetch all tags to ensure that "git describe" reports expected Gitea version, eg. v1.21.0-dev-1-g1234567 |
|
|
|
# fetch all tags to ensure that "git describe" reports expected Gitea version, eg. v1.21.0-dev-1-g1234567 |
|
|
|
- run: git fetch --unshallow --quiet --tags --force |
|
|
|
- run: git fetch --unshallow --quiet --tags --force |
|
|
|
- uses: actions/setup-go@v5 |
|
|
|
- uses: actions/setup-go@v6 |
|
|
|
with: |
|
|
|
with: |
|
|
|
go-version-file: go.mod |
|
|
|
go-version-file: go.mod |
|
|
|
check-latest: true |
|
|
|
check-latest: true |
|
|
|
|