Skip to content

Commit fce231d

Browse files
chore: replace go/install orb step with circleci/setup-go function (#10569)
* chore: replace go/install orb step with circleci/setup-go function
1 parent 8f752fc commit fce231d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,9 @@ jobs:
140140
paths:
141141
- ui-bundle.zip
142142
- ui/node_modules
143-
- go/install:
144-
version: "1.25.0"
143+
- run:
144+
name: Install Go
145+
command: circleci run circleci/setup-go@0.0.6-2f4558a -- --version 1.25.0 --go-cache-checksum '{{ checksum "go.sum" }}'
145146
- run:
146147
name: Verify Go Installation
147148
command: |

0 commit comments

Comments
 (0)