Skip to content

Commit 1ad27ad

Browse files
authored
s/@v1/@v0
1 parent 1778eba commit 1ad27ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v2
3131
- name: golangci-lint
32-
uses: golangci/golangci-lint-action@v1
32+
uses: golangci/golangci-lint-action@v0
3333
with:
3434
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
3535
version: v1.26
@@ -97,4 +97,4 @@ This scheme is basic and needs improvements. Pull requests and ideas are welcome
9797
2. Make a symlink for `act` to work properly: `ln -s . golangci-lint-action`
9898
3. Get a [GitHub token](https://github.com/settings/tokens/new) with the scope `repo.public_repo`. Export it by `export GITHUB_TOKEN=YOUR_TOKEN`.
9999
4. Prepare deps once: `npm run prepare-deps`
100-
5. Run `npm run local` after any change to test it
100+
5. Run `npm run local` after any change to test it

0 commit comments

Comments
 (0)