Skip to content

Commit

Permalink
upgrade orc8r ansible files to use Go 1.18
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander zur Bonsen <alexander.zur.bonsen@tngtech.com>
  • Loading branch information
alexzurbonsen committed Apr 8, 2022
1 parent 8a2e0ec commit 4436f77
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.11.linux-amd64.tar.gz
golang_tar: go1.18.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.12.4.linux-amd64.tar.gz
golang_tar: go1.18.linux-amd64.tar.gz
golang_tar_checksum: 'sha256:d7d1f1f88ddfe55840712dc1747f37a790cbcaa448f6c9cf51bbe10aa65442f5'
go_install_path: /usr/local
gopath: '/home/{{ user }}/go'
Expand Down

0 comments on commit 4436f77

Please sign in to comment.