From 412abee43c13670c3f1e79d874760b52e7f176b6 Mon Sep 17 00:00:00 2001 From: Alex Tideman Date: Thu, 26 Sep 2024 11:48:36 -0500 Subject: [PATCH] Update go version to 1.23 in update ui-server (#2351) * Update go version to 1.23 in update ui-server * Use v4 --- .github/workflows/update-ui-server.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-ui-server.yml b/.github/workflows/update-ui-server.yml index b27ce18ae..343647d75 100644 --- a/.github/workflows/update-ui-server.yml +++ b/.github/workflows/update-ui-server.yml @@ -23,11 +23,9 @@ jobs: app_id: ${{ secrets.TEMPORAL_CICD_APP_ID }} private_key: ${{ secrets.TEMPORAL_CICD_PRIVATE_KEY }} - - uses: actions/setup-go@v3 + - uses: actions/setup-go@v4 with: - go-version-file: server/go.mod - cache: true - cache-dependency-path: server/go.sum + go-version: '1.23' - name: Setup Protoc uses: arduino/setup-protoc@v1 with: