Skip to content

Commit

Permalink
.github: upgrade to action versions with node20 (#29776)
Browse files Browse the repository at this point in the history
* github: upgrade checkout action to version with node20

* Update go.yml

---------

Co-authored-by: Felix Lange <fjl@twurst.com>
  • Loading branch information
cario-dev and fjl committed May 14, 2024
1 parent 8919c5c commit d2f00cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.21.4
- name: Run tests
Expand Down

0 comments on commit d2f00cb

Please sign in to comment.