go
Tool for managing go source code. Some subcommands such as go build have their own usage documentation. More information: <https://golang.org>.
RUN apt-get update && \
apt-get install -y golang-bin
RUN apt-get update && \
apt-get install -y golang-bin
RUN apk add go
RUN pacman -S --noconfirm go
RUN apt-get update && \
apt-get install -y golang-bin
RUN dnf install -y golang-bin
RUN apt-get update && \
apt-get install -y golang-bin