Update Go version in macOS build workflow to 1.23.4

This commit is contained in:
Max 2024-12-04 09:47:30 +08:00
parent 8bd097274c
commit 7ddacd70f9

View file

@ -13,7 +13,7 @@ jobs:
build: build:
strategy: strategy:
matrix: matrix:
go: [1.21.1] go: [1.23.4]
runs-on: "macos-latest" runs-on: "macos-latest"
steps: steps:
- name: Setup Node.js - name: Setup Node.js