From caabd8867281b8feb57110d491978987cfb2db72 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 4 Jul 2024 12:51:30 +0800 Subject: [PATCH] chore: Update Go setup action to version 5 --- .github/workflows/build-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index ca858b5f..091482cc 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -90,7 +90,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Go ${{ matrix.go }} - uses: actions/setup-go@v3 + uses: actions/setup-go@v5 with: go-version: ${{ matrix.go }}