mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Prefer the newer "go install" syntax
As of [Go 1.16](https://tip.golang.org/doc/go1.16#go-command) the `GO111MODULE` environment variable defaults to `on` and `go get` has been deprecated for module installation. Co-authored-by: Nick M. <50747025+mcdonnnj@users.noreply.github.com>
This commit is contained in:
parent
337d1efb8f
commit
8ee2116f42
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -88,7 +88,7 @@ jobs:
|
||||||
sudo ln -s /opt/terraform/terraform /usr/local/bin/terraform
|
sudo ln -s /opt/terraform/terraform /usr/local/bin/terraform
|
||||||
- name: Install Terraform-docs
|
- name: Install Terraform-docs
|
||||||
run: |
|
run: |
|
||||||
GO111MODULE=on go get \
|
go install \
|
||||||
github.com/terraform-docs/terraform-docs@${TERRAFORM_DOCS_VERSION}
|
github.com/terraform-docs/terraform-docs@${TERRAFORM_DOCS_VERSION}
|
||||||
- name: Find and initialize Terraform directories
|
- name: Find and initialize Terraform directories
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue