Skip to content

Commit

Permalink
Merge pull request #1047 from newrelic/go_update
Browse files Browse the repository at this point in the history
chore:changed directory to intialize go modules
  • Loading branch information
Avinash-Sanpala authored Feb 15, 2024
2 parents f7e688f + cf78308 commit ef8fffb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/deploy/linux/go/redhat/roles/configure/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

- name: Initialize and tidy Go modules
shell: |
cd /home/ec2-user/templates &&
mkdir -p /home/ec2-user/go/pkg/mod &&
mkdir -p /home/ec2-user/go/bin &&
export GOPATH=/home/ec2-user/go &&
Expand Down

0 comments on commit ef8fffb

Please sign in to comment.