Skip to content

Commit b297e8b

Browse files
committed
Release 2021.5.6
1 parent 6cc8c39 commit b297e8b

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

RELEASE_NOTES

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2021.5.6
2+
- 2021-05-14 TUN-4418: Downgrade to Go 1.16.3
3+
14
2021.5.5
25

36

cfsetup.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pinned_go: &pinned_go go=1.16.4-1
1+
pinned_go: &pinned_go go=1.16.3-1
22
pinned_go_fips: &pinned_go_fips go-fips=1.15.5-3
33

44
build_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

0 commit comments

Comments
 (0)