On Mon, Aug 23, 2021 at 2:28 PM Bagas Sanjaya <bagasdotme@xxxxxxxxx> wrote: > > On 22/08/21 23.13, Jiang Xin wrote: > > + - uses: actions/setup-go@v2 > > + with: > > + go-version: ">=1.16" > > Currently there is newer Go (1.17) [1], why don't you update to it? Only go 1.16 and above can install a go package in "path@revision" format. Use semversion ">=1.16" fits my needs and makes this workflow file stable. It's not good to upgrade this yml file regularly. And I'm not sure "action/setup-go" has a cache for go 1.17. -- Jiang Xin