Skip to content

Commit

Permalink
Use Go 1.13 in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Dec 21, 2019
1 parent e8ab358 commit f43a588
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -14,6 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.13
uses: actions/setup-go@v1
with:
go-version: 1.13
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v1

Expand All @@ -28,7 +34,7 @@ jobs:

- name: Run checks
run: |
sudo apt-get -qq update
sudo apt-get -qq update || true
sudo apt-get install -y bzr
make ci
Expand Down

0 comments on commit f43a588

Please sign in to comment.