Compare commits
2 Commits
387a710bfd
...
43e7417037
Author | SHA1 | Date | |
---|---|---|---|
43e7417037 | |||
2581343b6b |
@ -4,14 +4,14 @@ on: [push]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.10
|
||||
env:
|
||||
RUNNER_TOOL_CACHE: /toolcache # Runner Tool Cache
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.24.0' # The Go version to download (if necessary) and use.
|
||||
go-version: '1.24.4' # 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-22.04
|
||||
runs-on: ubuntu-24.10
|
||||
env:
|
||||
RUNNER_TOOL_CACHE: /toolcache # Runner Tool Cache
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.24.0' # The Go version to download (if necessary) and use.
|
||||
go-version: '1.24.4' # 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