Skip to content
Open

Test #1174

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/go_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/insta

# Install golint.
# Switch directories to avoid changing go.mod and go.sum files (see https://stackoverflow.com/a/57313319).
(cd / && go get -u golang.org/x/lint/golint)
(cd / && go install golang.org/x/lint/golint@latest)

# Check format
f=$(gofmt -l .)
Expand Down
3 changes: 2 additions & 1 deletion build/presubmit_unit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
# limitations under the License.

# Terraform version used is 0.14.8.
# Test
substitutions:
_CFT_TOOLS_CONTAINER: "gcr.io/cloud-foundation-cicd/cft/developer-tools@sha256:8b0d85766044b0e4701729f9e70ee78dcecdb8688bd86915eb2a1cb00580ba1e"
_CFT_TOOLS_CONTAINER: "gcr.io/cloud-foundation-cicd/cft/developer-tools@sha256:45b27ee6ca7736b14d07ec0a3d5c4384d2943b5683e35ab4c1a6716afd9409a2"

options:
env: ["GOPATH=/go"]
Expand Down