Skip to content

Commit

Permalink
chore(ci): bump actions/setup-go from v4 to v5
Browse files Browse the repository at this point in the history
This will get rid of the warning annotations added to each build:

> The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4.
> For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
  • Loading branch information
joschi authored and prochac committed Oct 21, 2024
1 parent 16d80f6 commit 50cb087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

# Setting up Go in the runner
- name: setup go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

Expand Down

0 comments on commit 50cb087

Please sign in to comment.