Chore: Upgrade go to 1.22.3 (#87463)

This commit is contained in:
Stephanie Hingtgen
2024-05-07 15:23:21 -05:00
committed by GitHub
parent 1884b03511
commit d365d442fa
14 changed files with 116 additions and 121 deletions

View File

@ -3,7 +3,7 @@ global variables
"""
grabpl_version = "v3.0.50"
golang_version = "1.22.2"
golang_version = "1.22.3"
# nodejs_version should match what's in ".nvmrc", but without the v prefix.
nodejs_version = "20.9.0"