Skip to content

Commit

Permalink
Revert "Pinning golang version for doc builds to 1.21.7"
Browse files Browse the repository at this point in the history
This reverts commit cdf5ba8.
  • Loading branch information
jpodivin authored and openshift-merge-bot[bot] committed Apr 19, 2024
1 parent ca88531 commit 8cd2a2d
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions ci/playbooks/pre-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,5 @@
name:
- make
- python3
- golang
- ruby

- name: Download golang version 1.21.7
ansible.builtin.get_url:
source: https://go.dev/dl/go1.21.7.linux-amd64.tar.gz
dest: go1.21.7.linux-amd64.tar.gz
checksum: ffeabdfe10a7e84197ac7d28fda7484d0f855a92

- name: Install golang
become: true
ansible.builtin.unarchive:
src: go1.27.linux-amd64.tar.gz
dest: ~/bin
include:
- bin/go
- bin/gofmt
extra_opts:
- --strip-components=2
creates: ~/bin/go

0 comments on commit 8cd2a2d

Please sign in to comment.