Skip to content

Commit

Permalink
golang 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
vcptr committed Mar 25, 2020
1 parent a82b72a commit 84e99d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
uses: actions/checkout@v2

-
name: Set up Go 1.13.x
name: Set up Golang
uses: actions/setup-go@v1
with:
go-version: 1.13.x
go-version: 1.14.x

-
name: Checkout and crossbuild
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
run: echo ::set-env name=TAG::$(cat ReleaseTag)

-
name: Set up Go 1.13.x
name: Set up Golang
uses: actions/setup-go@v1
with:
go-version: 1.13.x
go-version: 1.14.x

-
name: Checkout and crossbuild
Expand Down

0 comments on commit 84e99d3

Please sign in to comment.