Update Go version in macOS build workflow to 1.23.4
This commit is contained in:
parent
8bd097274c
commit
7ddacd70f9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-macos.yml
vendored
2
.github/workflows/build-macos.yml
vendored
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
go: [1.21.1]
|
||||
go: [1.23.4]
|
||||
runs-on: "macos-latest"
|
||||
steps:
|
||||
- name: Setup Node.js
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue