chore: update circle-ci orbs (#11618)
This commit is contained in:
parent
de414da72d
commit
0fe374e9f1
|
|
@ -1,7 +1,7 @@
|
||||||
version: 2.1
|
version: 2.1
|
||||||
orbs:
|
orbs:
|
||||||
win: circleci/windows@2.4.0
|
win: circleci/windows@5.0.0
|
||||||
aws-cli: circleci/aws-cli@1.4.0
|
aws-cli: circleci/aws-cli@3.1.1
|
||||||
|
|
||||||
executors:
|
executors:
|
||||||
telegraf-ci:
|
telegraf-ci:
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@ set -eux
|
||||||
GO_VERSION="1.18.5"
|
GO_VERSION="1.18.5"
|
||||||
|
|
||||||
setup_go () {
|
setup_go () {
|
||||||
|
choco feature enable -n allowGlobalConfirmation
|
||||||
choco upgrade golang --allow-downgrade --version=${GO_VERSION}
|
choco upgrade golang --allow-downgrade --version=${GO_VERSION}
|
||||||
choco install make
|
choco install make
|
||||||
git config --system core.longpaths true
|
git config --system core.longpaths true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue