Skip to content

Commit

Permalink
Update golang:1.14 for github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Raúl Naveiras <me@raulnaveiras.com>
  • Loading branch information
rnaveiras committed Feb 26, 2020
1 parent 2cbeb30 commit 992071b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cross-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Go.
uses: actions/setup-go@v1
with:
go-version: 1.13.6
go-version: 1.14

- name: Check out code into the Go module directory
uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Go.
uses: actions/setup-go@v1
with:
go-version: 1.13.6
go-version: 1.14

- name: Check out code into the Go module directory.
uses: actions/checkout@v2
Expand Down

0 comments on commit 992071b

Please sign in to comment.