Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

GoFish v0.14.0

Choose a tag to compare

@bacongobbler bacongobbler released this 18 May 22:24
· 27 commits to main since this release
313faec

GoFish v0.14.0 brings a few bug fixes as well as an update to Go 1.16, fixing several underlying bugs and addressing recent security updates with older versions of Go.

Install

To install v0.14.0, you have two options:

1. From the Install Scripts

MacOS/Linux:

curl -fsSL https://raw.githubusercontent.com/fishworks/gofish/main/scripts/install.sh | bash

Windows (PowerShell, as Administrator):

Set-ExecutionPolicy Bypass -Scope Process -Force
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/fishworks/gofish/main/scripts/install.ps1'))

2. Upgrade GoFish with GoFish!

All users of GoFish can upgrade GoFish using GoFish! How neat is that?

First, you have to install GoFish, with GoFish:

gofish update
gofish install gofish

Then, any time you want to upgrade GoFish, call gofish upgrade!

gofish upgrade gofish