Skip to content

Commit

Permalink
action: bump version of setup-go action
Browse files Browse the repository at this point in the history
Most notably, this moves from node16 to node20.

Signed-off-by: Will Norris <will@tailscale.com>
  • Loading branch information
willnorris committed Apr 16, 2024
1 parent c81c7a9 commit 187cfa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
run: |
echo "::error title=⛔ error hint::only one of API Key or OAuth secret should be specified.
exit 1
- uses: actions/setup-go@v4.0.0
- uses: actions/setup-go@v5
with:
go-version: 1.22.1

Expand Down

0 comments on commit 187cfa0

Please sign in to comment.