diff --git a/.gitignore b/.gitignore index 20efa1c..7390874 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ terraform.tfstate* /.idea/ simple-iap-proxy .auto.tfvars +dist/ diff --git a/.goreleaser.yml b/.goreleaser.yml index 328e7a7..be88d31 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,6 +1,3 @@ -before: - hooks: - - go mod download builds: - env: - CGO_ENABLED=0