Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AdminTurnedDevOps committed Sep 21, 2020
1 parent 9c53bcb commit d07c7f8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/go.yml
Expand Up @@ -19,14 +19,8 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2

- name: Install golang-ci
run: GO111MODULE=on go get github.com/golangci/golangci-lint/cmd/golangci-lint@latest

- name: Install golang-ci binary
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.31.0

- name: Run golang-ci with all linters enabled
run: golangci-lint run -v

- name: Run golang-ci
run: golangci-lint run -v

0 comments on commit d07c7f8

Please sign in to comment.