Skip to content

Commit

Permalink
Upgrade go to go 1.15
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley Pettit <[email protected]>
  • Loading branch information
PettitWesley committed Nov 2, 2020
1 parent 2ea8765 commit 95a96d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.12
- name: Set up Go 1.15
uses: actions/setup-go@v2
with:
go-version: 1.12
go-version: 1.15
id: go

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

- name: golint
run: go get -u golang.org/x/lint/golint

- name: Build
run: make build test

0 comments on commit 95a96d8

Please sign in to comment.