Skip to content

Commit

Permalink
Go 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyMax committed May 10, 2020
1 parent 1453233 commit 65ffe9d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.13
go-version: 1.14
-
name: Check
uses: ./
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.13
go-version: 1.14
-
name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.13
go-version: 1.14
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/goreleaser/goreleaser-action

go 1.12
go 1.14

0 comments on commit 65ffe9d

Please sign in to comment.