Skip to content

Commit

Permalink
chore: update CI to install golang at latest version (#1949)
Browse files Browse the repository at this point in the history
chore: update CI to install golang at latest version (#1949)
---------
Signed-off-by: Christopher Phillips <32073428+spiffcs@users.noreply.github.com>
  • Loading branch information
spiffcs committed Jun 17, 2024
1 parent 4c6f9ba commit 239741f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/bootstrap/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
go-version:
description: "Go version to install"
required: true
default: "1.21.x"
default: "1.22.x"
python-version:
description: "Python version to install"
required: true
Expand Down

0 comments on commit 239741f

Please sign in to comment.