Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/query_param_support' into query_…
Browse files Browse the repository at this point in the history
…param_support
  • Loading branch information
tiwarishubham635 committed Nov 20, 2023
2 parents 0ed2d08 + c7b3ff8 commit aeca6d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18
FROM golang:1.20

ENV GOPATH /go

Expand All @@ -9,4 +9,4 @@ RUN go get -u github.com/twilio/twilio-go@main
RUN go get -u github.com/twilio/terraform-provider-twilio@main

# pipefail prevents errors in a pipeline from being masked.
CMD ["/bin/bash", "-c", "set -o pipefail && go test -race ./... -coverprofile /local/coverage.out -json | tee /local/test-report.out"]
CMD ["/bin/bash", "-c", "sleep 25 && set -o pipefail && go test -race ./... -coverprofile /local/coverage.out -json | tee /local/test-report.out"]
2 changes: 1 addition & 1 deletion examples/go/go-client/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go-client

go 1.18
go 1.20

require (
github.com/golang/mock v1.6.0
Expand Down

0 comments on commit aeca6d1

Please sign in to comment.