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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
name: "Build Helper" name: "Build Helper"
on: workflow_dispatch on: workflow_dispatch
env: env:
GO_VERSION: "1.21.5" GO_VERSION: "1.22.0"
NODE_VERSION: "21.5.0" NODE_VERSION: "21.5.0"
jobs: jobs:
runbuild: runbuild: