Skip to content

Commit 2acd0b2

Browse files
committed
Fix merge conflict in circle config
1 parent ef96285 commit 2acd0b2

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.circleci/config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,7 @@ jobs:
5353
steps:
5454
- checkout
5555
- run: choco install make
56-
<<<<<<< HEAD
57-
=======
5856
- run: choco install golang --version 1.17
59-
>>>>>>> 5fd066b (Bump go version to 1.17)
6057
- run: make test
6158

6259
integration:
@@ -82,10 +79,7 @@ jobs:
8279
- checkout
8380
- run: choco install make
8481
- run: choco install curl
85-
<<<<<<< HEAD
86-
=======
8782
- run: choco install golang --version 1.17
88-
>>>>>>> 5fd066b (Bump go version to 1.17)
8983
- run: Invoke-WebRequest -Uri "https://github.com/commander-cli/commander/releases/download/v2.4.0/commander-darwin-amd64" -OutFile "C:\Windows\system32\commander.exe"
9084
- run: make integration-windows
9185

0 commit comments

Comments
 (0)