Skip to content

Commit

Permalink
Update Golang version
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraDamianTNA committed Mar 19, 2021
1 parent a363064 commit 84e1e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ build: fmtcheck generate

build-docker:
mkdir -p bin
docker run --rm -v $$(pwd)/bin:/go/bin -v $$(pwd):/go/src/github.com/terraform-providers/terraform-provider-azurerm -w /go/src/github.com/terraform-providers/terraform-provider-azurerm -e GOOS golang:1.13 make build
docker run --rm -v $$(pwd)/bin:/go/bin -v $$(pwd):/go/src/github.com/terraform-providers/terraform-provider-azurerm -w /go/src/github.com/terraform-providers/terraform-provider-azurerm -e GOOS golang:1.16 make build

fmt:
@echo "==> Fixing source code with gofmt..."
Expand Down

0 comments on commit 84e1e46

Please sign in to comment.