Compare commits
No commits in common. "43e7417037fdabb888403707ff5af25eac04931f" and "387a710bfddeaa99a708b193b72b6231ba90ae70" have entirely different histories.
43e7417037
...
387a710bfd
@ -4,14 +4,14 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-24.10
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
RUNNER_TOOL_CACHE: /toolcache # Runner Tool Cache
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.24.4' # The Go version to download (if necessary) and use.
|
||||
go-version: '1.24.0' # The Go version to download (if necessary) and use.
|
||||
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1
|
||||
id: hash-go
|
||||
with:
|
||||
@ -43,14 +43,14 @@ jobs:
|
||||
|
||||
build:
|
||||
needs: test
|
||||
runs-on: ubuntu-24.10
|
||||
runs-on: ubuntu-22.04
|
||||
env:
|
||||
RUNNER_TOOL_CACHE: /toolcache # Runner Tool Cache
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.24.4' # The Go version to download (if necessary) and use.
|
||||
go-version: '1.24.0' # The Go version to download (if necessary) and use.
|
||||
- uses: https://gitea.com/actions/go-hashfiles@v0.0.1
|
||||
id: hash-go
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user