Skip to content

Commit

Permalink
Update go version to 1.23 in update ui-server (#2351)
Browse files Browse the repository at this point in the history
* Update go version to 1.23 in update ui-server

* Use v4
  • Loading branch information
Alex-Tideman committed Sep 30, 2024
1 parent 2943464 commit 412abee
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/update-ui-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 412abee

Please sign in to comment.