.github: upgrade to action versions with node20 (#29776)
* github: upgrade checkout action to version with node20 * Update go.yml --------- Co-authored-by: Felix Lange <fjl@twurst.com>
This commit is contained in:
parent
8919c5c0fc
commit
d2f00cb54e
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -11,9 +11,9 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: 1.21.4
|
go-version: 1.21.4
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
Loading…
Reference in New Issue
Block a user