We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f752fc commit fce231dCopy full SHA for fce231d
1 file changed
.circleci/config.yml
@@ -140,8 +140,9 @@ jobs:
140
paths:
141
- ui-bundle.zip
142
- ui/node_modules
143
- - go/install:
144
- version: "1.25.0"
+ - run:
+ name: Install Go
145
+ command: circleci run circleci/setup-go@0.0.6-2f4558a -- --version 1.25.0 --go-cache-checksum '{{ checksum "go.sum" }}'
146
- run:
147
name: Verify Go Installation
148
command: |
0 commit comments