Skip to content

Commit e80aa18

Browse files
committed
Remove golang version from Dockerfile
1 parent d0a3d68 commit e80aa18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM quay.io/centos/centos:stream9 as builder
22
ARG VERSION
33

4-
RUN dnf -y update && dnf install -y 'golang <= 1.20.0' make python3 python3-pip git
4+
RUN dnf -y update && dnf install -y golang make python3 python3-pip git
55
RUN pip install wheel
66

77
ADD source.tar.gz /source

0 commit comments

Comments
 (0)