Skip to content

Commit f804f53

Browse files
committed
remove explicit choco install
1 parent 58622c2 commit f804f53

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ jobs:
5353
steps:
5454
- checkout
5555
- run: choco install make
56-
- run: choco install golang --version 1.17
5756
- run: make test
5857

5958
integration:
@@ -79,7 +78,6 @@ jobs:
7978
- checkout
8079
- run: choco install make
8180
- run: choco install curl
82-
- run: choco install golang --version 1.17
8381
- run: Invoke-WebRequest -Uri "https://github.com/commander-cli/commander/releases/download/v2.4.0/commander-darwin-amd64" -OutFile "C:\Windows\system32\commander.exe"
8482
- run: make integration-windows
8583

0 commit comments

Comments
 (0)