Skip to content

Commit

Permalink
use new github environment files
Browse files Browse the repository at this point in the history
  • Loading branch information
blobbered committed Nov 25, 2020
1 parent 04dc6e8 commit 9617631
Show file tree
Hide file tree
Showing 2 changed files with 555,812 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
- uses: actions/setup-go@v2-beta
with:
go-version: "1.13"
- run: |
GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint
export PATH=$GOPATH/bin:$PATH
echo "GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint" >> $GITHUB_ENV
echo "$GOPATH/bin:$PATH" >> $GITHUB_PATH
golangci-lint run ./...
env:
GOPATH: /tmp/gopath
Expand Down
Loading

0 comments on commit 9617631

Please sign in to comment.