Skip to content

Commit

Permalink
Merge pull request #61 from NETWAYS/pin-linter
Browse files Browse the repository at this point in the history
Pin golangci-lint version in CI
  • Loading branch information
martialblog committed Mar 6, 2023
2 parents 7312d35 + e386e2b commit 5a8e620
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v1

- name: Vet
run: go vet ./...

- name: Test
run: go test -v ./...

Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/golangci-lint.yml
Expand Up @@ -17,8 +17,5 @@ jobs:

- name: golangci-lint
uses: golangci/golangci-lint-action@v2

# - name: Go mod tidy
# run: |
# go mod tidy
# git diff --exit-code go.sum
with:
version: v1.51

0 comments on commit 5a8e620

Please sign in to comment.