Skip to content

Commit 8823535

Browse files
author
Opeyemi Onikute
committed
EDGEPLAT-3918: bump go and go-boring to 1.18.5
1 parent 99f3922 commit 8823535

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cfsetup.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pinned_go: &pinned_go go=1.18-1
2-
pinned_go_fips: &pinned_go_fips go-boring=1.18-1
1+
pinned_go: &pinned_go go=1.18.5-1
2+
pinned_go_fips: &pinned_go_fips go-boring=1.18.5-2
33

44
build_dir: &build_dir /cfsetup_build
55
default-flavor: bullseye
@@ -255,8 +255,8 @@ centos-7:
255255
pre-cache:
256256
- yum install -y fakeroot
257257
- yum upgrade -y binutils-2.27-44.base.el7.x86_64
258-
- wget https://go.dev/dl/go1.18.1.linux-amd64.tar.gz -P /tmp/
259-
- tar -C /usr/local -xzf /tmp/go1.18.1.linux-amd64.tar.gz
258+
- wget https://go.dev/dl/go1.18.5.linux-amd64.tar.gz -P /tmp/
259+
- tar -C /usr/local -xzf /tmp/go1.18.5.linux-amd64.tar.gz
260260
post-cache:
261261
- export PATH=$PATH:/usr/local/go/bin
262262
- export GOOS=linux

0 commit comments

Comments
 (0)