Compare commits

..

No commits in common. "43e7417037fdabb888403707ff5af25eac04931f" and "387a710bfddeaa99a708b193b72b6231ba90ae70" have entirely different histories.

View File

@ -4,14 +4,14 @@ on: [push]
jobs: jobs:
test: test:
runs-on: ubuntu-24.10 runs-on: ubuntu-22.04
env: env:
RUNNER_TOOL_CACHE: /toolcache # Runner Tool Cache RUNNER_TOOL_CACHE: /toolcache # Runner Tool Cache
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-go@v4 - uses: actions/setup-go@v4
with: 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 - uses: https://gitea.com/actions/go-hashfiles@v0.0.1
id: hash-go id: hash-go
with: with:
@ -43,14 +43,14 @@ jobs:
build: build:
needs: test needs: test
runs-on: ubuntu-24.10 runs-on: ubuntu-22.04
env: env:
RUNNER_TOOL_CACHE: /toolcache # Runner Tool Cache RUNNER_TOOL_CACHE: /toolcache # Runner Tool Cache
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: actions/setup-go@v4 - uses: actions/setup-go@v4
with: 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 - uses: https://gitea.com/actions/go-hashfiles@v0.0.1
id: hash-go id: hash-go
with: with: