From 41d5e85b0dab5a4dbf02c237a81412ed93e9b6a7 Mon Sep 17 00:00:00 2001 From: Alex Tideman Date: Thu, 26 Sep 2024 11:42:13 -0500 Subject: [PATCH 1/2] Update go version to 1.23 in update ui-server --- .github/workflows/update-ui-server.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/update-ui-server.yml b/.github/workflows/update-ui-server.yml index b27ce18ae..1d4fa1ac0 100644 --- a/.github/workflows/update-ui-server.yml +++ b/.github/workflows/update-ui-server.yml @@ -25,9 +25,7 @@ jobs: - uses: actions/setup-go@v3 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: From 07ecf3f71d523776781ab9fef4d9a0956ffd0243 Mon Sep 17 00:00:00 2001 From: Alex Tideman Date: Thu, 26 Sep 2024 11:43:15 -0500 Subject: [PATCH 2/2] Use v4 --- .github/workflows/update-ui-server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-ui-server.yml b/.github/workflows/update-ui-server.yml index 1d4fa1ac0..343647d75 100644 --- a/.github/workflows/update-ui-server.yml +++ b/.github/workflows/update-ui-server.yml @@ -23,7 +23,7 @@ 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: '1.23' - name: Setup Protoc