File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1+ 2021.5.6
2+ - 2021-05-14 TUN-4418: Downgrade to Go 1.16.3
3+
142021.5.5
25
36
Original file line number Diff line number Diff line change 1- pinned_go : &pinned_go go=1.16.4 -1
1+ pinned_go : &pinned_go go=1.16.3 -1
22pinned_go_fips : &pinned_go_fips go-fips=1.15.5-3
33
44build_dir : &build_dir /cfsetup_build
@@ -279,8 +279,8 @@ centos-7:
279279 - https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
280280 pre-cache :
281281 - yum install -y fakeroot
282- - wget https://golang.org/dl/go1.16.4 .linux-amd64.tar.gz -P /tmp/
283- - tar -C /usr/local -xzf /tmp/go1.16.4 .linux-amd64.tar.gz
282+ - wget https://golang.org/dl/go1.16.3 .linux-amd64.tar.gz -P /tmp/
283+ - tar -C /usr/local -xzf /tmp/go1.16.3 .linux-amd64.tar.gz
284284 post-cache :
285285 - export PATH=$PATH:/usr/local/go/bin
286286 - export GOOS=linux
@@ -291,8 +291,8 @@ centos-7:
291291 builddeps : *el7_builddeps
292292 pre-cache :
293293 - yum install -y fakeroot
294- - wget https://golang.org/dl/go1.16.4 .linux-amd64.tar.gz -P /tmp/
295- - tar -C /usr/local -xzf /tmp/go1.16.4 .linux-amd64.tar.gz
294+ - wget https://golang.org/dl/go1.16.3 .linux-amd64.tar.gz -P /tmp/
295+ - tar -C /usr/local -xzf /tmp/go1.16.3 .linux-amd64.tar.gz
296296 post-cache :
297297 - export PATH=$PATH:/usr/local/go/bin
298298 - export GOOS=linux
You can’t perform that action at this time.
0 commit comments