Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 494 Bytes

File metadata and controls

19 lines (18 loc) · 494 Bytes

Install Go via gvm

  1. Install dependencies
    sudo dnf install -y \
        bison
  2. Install gvm
    bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
  3. Install Go
    gvm install go1.25.3
  4. View other gvm options
    gvm help