Skip to content

Releases: golangci/golangci-lint-action

v2.1.0

02 Aug 18:44
809d3b0
Compare
Choose a tag to compare
Bump version v2.1.0

* 809d3b0 Support latest tag for golangci-lint version (#64)
* b026646 build(deps): bump @actions/github from 2.1.1 to 4.0.0 (#45)
* c598686 Update dist after the dependabot PRs (#62)
* 25d72af build(deps): bump @actions/tool-cache from 1.5.5 to 1.6.0 (#61)
* 79f2325 build(deps-dev): bump @types/node from 14.0.23 to 14.0.26 (#60)
* f7f5eff build(deps): bump @actions/cache from 0.2.1 to 1.0.1 (#59)
* 485c6a0 build(deps-dev): bump typescript from 3.9.6 to 3.9.7 (#57)
* e2ff3f2 build(deps): bump setup-go from v2.1.0 to v2.1.1 (#58)
* 294f27a Update README and test action to use v1.29 (#56)

v2.0.0

15 Jul 17:40
c238b72
Compare
Choose a tag to compare
Bump version v2.0.0

* c238b72 Prepare v2.0.0 (#40)
* ba40dc6 Run the build after dependabot PRs (#54)
* 65dc624 build(deps-dev): bump prettier from 1.19.1 to 2.0.5 (#52)
* 466abb7 build(deps-dev): bump @typescript-eslint/parser from 2.30.0 to 2.34.0 (#53)
* 5c7c749 build(deps-dev): bump typescript from 3.8.3 to 3.9.6 (#51)
* 2f458de build(deps-dev): bump @types/node from 12.12.37 to 14.0.23 (#47)
* 94d029d build(deps): bump @types/semver from 7.1.0 to 7.3.1 (#48)
* a5502f9 build(deps-dev): bump eslint-plugin-import from 2.20.2 to 2.22.0 (#49)
* fa6ef09 build(deps-dev): bump @types/uuid from 3.4.9 to 8.0.0 (#50)
* 2effa0b build(deps-dev): bump @typescript-eslint/eslint-plugin (#44)
* 3b01eb9 build(deps-dev): bump eslint-plugin-prettier from 3.1.3 to 3.1.4 (#43)
* 0d019f3 build(deps-dev): bump @zeit/ncc from 0.20.5 to 0.22.3 (#42)
* 48e7180 build(deps): bump @actions/tool-cache from 1.3.4 to 1.5.5 (#46)
* 8577a0e Enable dependabot (#41)
* cf72500 Add path prefix if working director specified (#34)
* d737e6d Fix misleading version input description (#33)
* 8870cfb remove output setting (#22)
* 3395f77 Replace forked cache by official npm (#21)

v1.2.2

20 Feb 13:46
cf72500
Compare
Choose a tag to compare
Add default path prefix when using working-directory flag

v1.2.1

22 May 07:49
Compare
Choose a tag to compare
don't add --new args if not requested

v1.2.0

22 May 07:40
10cbc92
Compare
Choose a tag to compare

Support only-new-issues

v1.1.0

21 May 11:45
64c208b
Compare
Choose a tag to compare

Support working-directory option.

Stable

16 May 14:25
Compare
Choose a tag to compare

We're out of beta and mark our GitHub action as stable!

Beta

09 May 13:44
e4cc61e
Compare
Choose a tag to compare

We've removed github-token input and have started using action config.

Beta

07 May 12:51
1ef31b6
Compare
Choose a tag to compare

We've improved documentation.

Beta

05 May 15:18
1778eba
Compare
Choose a tag to compare

We've rewritten the action from scratch using TypeScript. It allowed a 3-4x performance boost by using caching and not using slow docker images pulling.