cedrickring / golang-action

A GitHub Action to run Go commands
Apache License 2.0
134 stars 33 forks source link

Defaults to Go 1.12 #19

Closed Nivl closed 5 years ago

Nivl commented 5 years ago

Currently, golang-action will use Go 1.11 if no version of Go is specified. According to the documentation, not specifying a version should default to the latest version of Go, which is 1.12.

cedrickring commented 5 years ago

The latest release (1.3.0) should use Golang 1.12 as the default version. 👍