Skip to content

Commit

Permalink
fixing repo health
Browse files Browse the repository at this point in the history
Signed-off-by: Sahiba3108 <sgoyal@progress.com>
  • Loading branch information
Sahiba3108 committed Jan 2, 2025
1 parent 90d04af commit 29a6d82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .studiorc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ export GATEWAY_PORT=2000
export CGO_ENABLED=0
export GOPROXY="https://proxy.golang.org,direct"
export GOSUMDB="sum.golang.org"
export SSL_CERT_FILE="/hab/pkgs/$(hab pkg list core/cacerts)/ssl/cert.pem"
SSL_CERT_FILE="/hab/pkgs/$(hab pkg list core/cacerts)/ssl/cert.pem"
export SSL_CERT_FILE
# Go >= 1.13 will assume this but we have tools like protoc extensions that
# look for it.
export GO111MODULE=on
Expand Down

0 comments on commit 29a6d82

Please sign in to comment.