Skip to content

Commit

Permalink
Update Go to 1.13 for modules
Browse files Browse the repository at this point in the history
Update GH action Go version to 1.13

Update GH actions Go version

Remove unused dep files and environment variable from Actions

Signed-off-by: Radu M <root@radu.sh>
  • Loading branch information
Radu M committed Feb 19, 2020
1 parent ff3acfb commit f5a1cb4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 858 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 f5a1cb4

Please sign in to comment.