Update go version and add make deps to fix Ci issues

main
Elie 2021-03-30 14:56:20 +02:00
parent 42e4342f71
commit 3bf8fe65f9
2 changed files with 3 additions and 2 deletions

View File

@ -26,7 +26,7 @@ jobs:
steps:
- checkout
- go/install:
version: "1.16"
version: "1.16.2"
# Disable cache at it seem to broke go 1.16 installation
cache: false
- run:
@ -37,6 +37,7 @@ jobs:
unzip terraform.zip
sudo mv terraform /usr/local/bin && sudo chmod +x /usr/local/bin
terraform version
- run: make deps
- run: make install-tools
- run:
name: Run acceptance tests

View File

@ -1 +1 @@
1.16
1.16.2