mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
Update Go toolchain to 1.23.4 (#1395)
Because Electron now has a macOS 11 minimum supported version, we have no blockers to adopting the latest Go toolchain. This also lets us use the new `range` features in Go, among other things.
This commit is contained in:
parent
b22dd07929
commit
8ec3c3f330
2
.github/workflows/build-helper.yml
vendored
2
.github/workflows/build-helper.yml
vendored
@ -10,7 +10,7 @@ on:
|
||||
- "v[0-9]+.[0-9]+.[0-9]+*"
|
||||
workflow_dispatch:
|
||||
env:
|
||||
GO_VERSION: "1.22"
|
||||
GO_VERSION: "1.23"
|
||||
NODE_VERSION: 22
|
||||
jobs:
|
||||
build-app:
|
||||
|
2
.github/workflows/testdriver.yml
vendored
2
.github/workflows/testdriver.yml
vendored
@ -23,7 +23,7 @@ on:
|
||||
workflow_dispatch: null
|
||||
|
||||
env:
|
||||
GO_VERSION: "1.22"
|
||||
GO_VERSION: "1.23"
|
||||
NODE_VERSION: 22
|
||||
|
||||
permissions:
|
||||
|
Loading…
Reference in New Issue
Block a user