Skip to content

Commit

Permalink
Update golangci-lint version used in testing and test docs (#2500)
Browse files Browse the repository at this point in the history
  • Loading branch information
aedwardg authored Sep 25, 2022
1 parent 9c43364 commit b485b3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ You will need a github account and you will need to fork exercism/go to your acc
See [GitHub Help](https://help.github.com/articles/fork-a-repo/) if you are unfamiliar with the process.
Clone your fork with the command: `git clone https://github.com/<you>/go`.
Test your clone by cding to the go directory and typing `bin/fetch-golangci-lint` and then
`bin/test-without-stubs`. You should see tests pass for all exercises.
`bin/run-tests`. You should see tests pass for all exercises.

Note that unlike most other Go code, it is not necessary to clone this to your GOPATH.
This is because this repo only imports from the standard library and isn't expected to be imported by other packages.
Expand Down
2 changes: 1 addition & 1 deletion bin/fetch-golangci-lint
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.46.2
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s v1.49.0

0 comments on commit b485b3d

Please sign in to comment.