Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
Bump Go used in CI to 1.15.6 (#27)
Browse files Browse the repository at this point in the history
Signed-off-by: Sunjay Bhatia <[email protected]>
  • Loading branch information
sunjayBhatia authored Jan 13, 2021
1 parent ca80279 commit 7f19005
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,19 @@ jobs:
runs-on: ubuntu-latest
steps:

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

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

- name: Set up PATH
run: 'echo "::add-path::$(go env GOPATH)/bin"'
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.15.6

- name: Test
run: make check-tests

- name: Lint
run: make check-lint

- name: Build
run: make build

0 comments on commit 7f19005

Please sign in to comment.