Update go version in build helper (#394)

This commit is contained in:
Evan Simkowitz
2024-03-06 17:41:01 -08:00
committed by GitHub
parent 72a5d18d0d
commit 3a119ae575
+1 -1
View File
@@ -1,7 +1,7 @@
name: "Build Helper"
on: workflow_dispatch
env:
GO_VERSION: "1.21.5"
GO_VERSION: "1.22.0"
NODE_VERSION: "21.5.0"
jobs:
runbuild: