Skip to content

Commit

Permalink
Merge pull request #56 from radu-matei/mods-113
Browse files Browse the repository at this point in the history
Update Go version to 1.13
  • Loading branch information
Radu M committed Feb 19, 2020
2 parents ff3acfb + 7661ec1 commit 19e3f12
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 859 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
runs-on: ubuntu-latest
steps:

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

- name: Check out code
Expand All @@ -20,4 +20,4 @@ jobs:
run: |
export GOPATH=$HOME/go && export GOBIN=$(go env GOPATH)/bin && export PATH=$PATH:$GOPATH&& export PATH=$PATH:$GOBIN && mkdir -p $GOBIN
GO111MODULE=on make bootstrap build test lint
make bootstrap build test lint
Loading

0 comments on commit 19e3f12

Please sign in to comment.