Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
use go 1.14 for building goreleaser binaries (#1962)
Browse files Browse the repository at this point in the history
  • Loading branch information
markbates authored Apr 15, 2020
1 parent 902bf5f commit cfb2914
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
-
name: Set up Go 1.13
name: Set up Go 1.14
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.14
id: go
-
name: Checkout Code
Expand Down

0 comments on commit cfb2914

Please sign in to comment.