Skip to content

Commit

Permalink
Merge pull request mit-dci#14 from utreexo/goyml-change-link
Browse files Browse the repository at this point in the history
go.yml: Change golangci-lint link
  • Loading branch information
kcalvinalvin authored May 23, 2022
2 parents 7a0eb87 + c7303b4 commit eeb2c66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Check out source
uses: actions/checkout@v2
- name: Install Linters
run: "curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v1.45.2"
run: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.46.2"
- name: Build
env:
GO111MODULE: "on"
Expand Down

0 comments on commit eeb2c66

Please sign in to comment.