Skip to content

Commit

Permalink
Revert "chore(orc8r): upgrade orc8r ansible files to use Go 1.18 (#12431
Browse files Browse the repository at this point in the history
)" (#12523)

This reverts commit 58f4ea5.
  • Loading branch information
ShubhamTatvamasi committed Apr 21, 2022
1 parent 45bcebc commit 7a7c1e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion orc8r/cloud/deploy/roles/golang/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

golang_tar: go1.18.linux-amd64.tar.gz
golang_tar: go1.11.linux-amd64.tar.gz
golang_tar_checksum: 'sha256:b3fcf280ff86558e0559e185b601c9eade0fd24c900b4c63cd14d1d38613e499'
go_install_path: /usr/local
gopath: '/home/{{ user }}/go'
Expand Down
2 changes: 1 addition & 1 deletion orc8r/tools/ansible/roles/golang/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

golang_tar: go1.18.linux-amd64.tar.gz
golang_tar: go1.12.4.linux-amd64.tar.gz
golang_tar_checksum: 'sha256:d7d1f1f88ddfe55840712dc1747f37a790cbcaa448f6c9cf51bbe10aa65442f5'
go_install_path: /usr/local
gopath: '/home/{{ user }}/go'
Expand Down

0 comments on commit 7a7c1e0

Please sign in to comment.