Skip to content

Releases: golangci/golangci-lint-action

v6.0.1

08 May 03:53
a4f60bb
Compare
Choose a tag to compare

What's Changed

Changes

  • fix: use 3-dots syntax for diff on push by @ldez in #1040

Full Changelog: v6.0.0...v6.0.1

v6.0.0

07 May 00:04
Compare
Choose a tag to compare

What's Changed

This version removes annotations option (because it was useless), and removes the default output format (github-actions).
The annotations are still produced but with another approach.

Changes

Dependencies

  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.7.1 to 7.8.0 by @dependabot in #1034
  • build(deps): bump @types/node from 20.12.7 to 20.12.8 by @dependabot in #1036
  • build(deps-dev): bump @typescript-eslint/parser from 7.7.1 to 7.8.0 by @dependabot in #1035

Full Changelog: v5.3.0...v6.0.0

v5.3.0

04 May 23:16
38e1018
Compare
Choose a tag to compare

What's Changed

Changes

  • feat: uses 2 dots compare syntax for push diff by @ldez in #1030
  • feat: add option to control cache invalidation interval by @ldez in #1031
  • feat: use OS and working-directory as cache key by @ldez in #1032
  • feat: improve log about pwd/cwd by @ldez in #1033

Full Changelog: v5.2.0...v5.3.0

v5.2.0

03 May 23:52
Compare
Choose a tag to compare

v5.1.0

29 Apr 15:17
9d1e062
Compare
Choose a tag to compare

What's Changed

Changes

  • feat: support for pull and merge_group events with the option only-new-issues by @ldez in #1029

Dependencies

  • build(deps-dev): bump @typescript-eslint/parser from 7.7.0 to 7.7.1 by @dependabot in #1027
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.7.0 to 7.7.1 by @dependabot in #1028

Full Changelog: v5.0.0...v5.1.0

v5.0.0

25 Apr 01:30
82d40c2
Compare
Choose a tag to compare

What's Changed

skip-pkg-cache and skip-build-cache have been removed because the cache related to Go itself is already handled by actions/setup-go.

Changes

New Contributors

Full Changelog: v4.0.1...v5.0.0

v4.0.1

25 Apr 00:58
d6238b0
Compare
Choose a tag to compare

What's Changed

Documentation

  • docs: update the version of the action used in the README example by @178inaba in #977

Dependencies

  • build(deps): bump @types/semver from 7.5.6 to 7.5.7 by @dependabot in #969
  • build(deps-dev): bump @typescript-eslint/parser from 6.20.0 to 6.21.0 by @dependabot in #970
  • build(deps-dev): bump eslint-plugin-simple-import-sort from 10.0.0 to 12.0.0 by @dependabot in #971
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.20.0 to 6.21.0 by @dependabot in #973
  • build(deps): bump @types/node from 20.11.16 to 20.11.17 by @dependabot in #972
  • build(deps): bump @types/node from 20.11.17 to 20.11.19 by @dependabot in #979
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.21.0 to 7.0.0 by @dependabot in #980
  • build(deps): bump undici from 5.26.3 to 5.28.3 by @dependabot in #976
  • build(deps): bump @types/node from 20.11.19 to 20.11.20 by @dependabot in #985
  • build(deps): bump @types/semver from 7.5.7 to 7.5.8 by @dependabot in #986
  • build(deps-dev): bump eslint from 8.56.0 to 8.57.0 by @dependabot in #987
  • build(deps): bump tmp from 0.2.1 to 0.2.3 by @dependabot in #989
  • build(deps-dev): bump @typescript-eslint/parser from 6.21.0 to 7.1.0 by @dependabot in #988
  • build(deps): bump @types/node from 20.11.20 to 20.11.24 by @dependabot in #990
  • build(deps-dev): bump @typescript-eslint/parser from 7.1.0 to 7.1.1 by @dependabot in #991
  • build(deps): bump @types/node from 20.11.24 to 20.11.25 by @dependabot in #992
  • build(deps-dev): bump typescript from 5.3.3 to 5.4.2 by @dependabot in #993
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.1.0 to 7.1.1 by @dependabot in #994
  • build(deps): bump @actions/http-client from 2.2.0 to 2.2.1 by @dependabot in #995
  • build(deps): bump google.golang.org/protobuf from 1.28.0 to 1.33.0 in /sample-go-mod by @dependabot in #997
  • build(deps-dev): bump @typescript-eslint/parser from 7.1.1 to 7.2.0 by @dependabot in #998
  • build(deps): bump @types/node from 20.11.25 to 20.11.28 by @dependabot in #1000
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.1.1 to 7.2.0 by @dependabot in #999
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.2.0 to 7.3.1 by @dependabot in #1003
  • build(deps): bump @types/node from 20.11.28 to 20.11.30 by @dependabot in #1004
  • build(deps-dev): bump typescript from 5.4.2 to 5.4.3 by @dependabot in #1005
  • build(deps-dev): bump @typescript-eslint/parser from 7.2.0 to 7.3.1 by @dependabot in #1006
  • build(deps): bump @types/node from 20.11.30 to 20.12.2 by @dependabot in #1007
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.3.1 to 7.4.0 by @dependabot in #1008
  • build(deps-dev): bump @typescript-eslint/parser from 7.3.1 to 7.4.0 by @dependabot in #1009
  • build(deps): bump undici from 5.28.3 to 5.28.4 by @dependabot in #1010
  • build(deps-dev): bump typescript from 5.4.3 to 5.4.4 by @dependabot in #1011
  • build(deps): bump @types/node from 20.12.2 to 20.12.5 by @dependabot in #1012
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.4.0 to 7.5.0 by @dependabot in #1013
  • build(deps-dev): bump @typescript-eslint/parser from 7.4.0 to 7.5.0 by @dependabot in #1014
  • build(deps): bump @types/node from 20.12.5 to 20.12.7 by @dependabot in #1016
  • build(deps-dev): bump typescript from 5.4.4 to 5.4.5 by @dependabot in #1017
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.5.0 to 7.6.0 by @dependabot in #1019
  • build(deps-dev): bump eslint-plugin-simple-import-sort from 12.0.0 to 12.1.0 by @dependabot in #1018
  • build(deps-dev): bump @typescript-eslint/parser from 7.5.0 to 7.7.0 by @dependabot in #1022
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 7.6.0 to 7.7.0 by @dependabot in #1023

New Contributors

Full Changelog: v4.0.0...v4.0.1

v4.0.0

10 Feb 14:10
3cfe3a4
Compare
Choose a tag to compare

What's Changed

In the scope of this release, we change Nodejs runtime from node16 to node20 (#843).

Documentation

Dependencies

  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.3.0 to 6.4.0 by @dependabot in #829
  • build(deps-dev): bump eslint-plugin-import from 2.28.0 to 2.28.1 by @dependabot in #830
  • build(deps): bump @types/node from 20.5.0 to 20.5.1 by @dependabot in #827
  • build(deps-dev): bump @typescript-eslint/parser from 6.3.0 to 6.4.0 by @dependabot in #831
  • build(deps-dev): bump prettier from 3.0.1 to 3.0.2 by @dependabot in #828
  • build(deps): bump @types/node from 20.5.1 to 20.5.7 by @dependabot in #833
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.4.0 to 6.4.1 by @dependabot in #834
  • build(deps-dev): bump @typescript-eslint/parser from 6.4.0 to 6.4.1 by @dependabot in #835
  • build(deps-dev): bump eslint from 8.47.0 to 8.48.0 by @dependabot in #837
  • build(deps-dev): bump typescript from 5.1.6 to 5.2.2 by @dependabot in #836
  • build(deps): bump @types/semver from 7.5.0 to 7.5.1 by @dependabot in #838
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.4.1 to 6.5.0 by @dependabot in #839
  • build(deps-dev): bump prettier from 3.0.2 to 3.0.3 by @dependabot in #842
  • build(deps-dev): bump @typescript-eslint/parser from 6.4.1 to 6.5.0 by @dependabot in #840
  • build(deps): bump @types/node from 20.5.7 to 20.5.9 by @dependabot in #841
  • chore: bump to use node20 runtime, actions/checkout to v4 by @chenrui333 in #843
  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #845
  • build(deps-dev): bump eslint from 8.48.0 to 8.49.0 by @dependabot in #846
  • build(deps): bump @types/node from 20.5.9 to 20.6.0 by @dependabot in #847
  • build(deps-dev): bump @typescript-eslint/parser from 6.5.0 to 6.6.0 by @dependabot in #848
  • build(deps-dev): bump @vercel/ncc from 0.36.1 to 0.38.0 by @dependabot in #850
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.5.0 to 6.6.0 by @dependabot in #849
  • build(deps): bump @types/semver from 7.5.1 to 7.5.2 by @dependabot in #853
  • build(deps): bump @types/tmp from 0.2.3 to 0.2.4 by @dependabot in #854
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.6.0 to 6.7.0 by @dependabot in #855
  • build(deps): bump @types/node from 20.6.0 to 20.6.2 by @dependabot in #857
  • build(deps): bump @actions/core from 1.10.0 to 1.10.1 by @dependabot in #856
  • build(deps-dev): bump eslint from 8.49.0 to 8.50.0 by @dependabot in #859
  • build(deps): bump @types/node from 20.6.2 to 20.6.5 by @dependabot in #860
  • build(deps-dev): bump @typescript-eslint/parser from 6.6.0 to 6.7.2 by @dependabot in #861
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.0 to 6.7.2 by @dependabot in #862
  • build(deps): bump @types/semver from 7.5.2 to 7.5.3 by @dependabot in #864
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.2 to 6.7.3 by @dependabot in #865
  • build(deps): bump @types/node from 20.6.5 to 20.8.0 by @dependabot in #867
  • build(deps-dev): bump @typescript-eslint/parser from 6.7.2 to 6.7.3 by @dependabot in #866
  • build(deps-dev): bump @typescript-eslint/parser from 6.7.3 to 6.7.4 by @dependabot in #868
  • build(deps): bump @types/node from 20.8.0 to 20.8.3 by @dependabot in #869
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.3 to 6.7.4 by @dependabot in #870
  • build(deps-dev): bump eslint from 8.50.0 to 8.51.0 by @dependabot in #871
  • build(deps): bump @actions/http-client from 2.1.1 to 2.2.0 by @dependabot in #872
  • build(deps-dev): bump @typescript-eslint/parser from 6.7.4 to 6.7.5 by @dependabot in #874
  • build(deps): bump @types/node from 20.8.3 to 20.8.6 by @dependabot in #875
  • build(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.0.1 by @dependabot in #876
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.4 to 6.7.5 by @dependabot in #878
  • build(deps): bump @actions/github from 5.1.1 to 6.0.0 by @dependabot in #877
  • build(deps): bump undici from 5.25.4 to 5.26.3 by @dependabot in #879
  • build(deps-dev): bump eslint from 8.51.0 to 8.52.0 by @dependabot in #881
  • build(deps): bump @types/semver from 7.5.3 to 7.5.4 by @dependabot in #882
  • build(deps-dev): bump @vercel/ncc from 0.38.0 to 0.38.1 by @dependabot in #883
  • build(deps-dev): bump @typescript-eslint/parser from 6.7.5 to 6.8.0 by @dependabot in #885
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.5 to 6.8.0 by @dependabot in #884
  • build(deps): bump @types/tmp from 0.2.4 to 0.2.5 by @dependabot in #886
  • build(deps-dev): bump eslint-plugin-import from 2.28.1 to 2.29.0 by @dependabot in #887
  • build(deps-dev): bump @typescript-eslint/parser from 6.8.0 to 6.9.0 by @dependabot in #888
  • build(deps): bump @types/node from 20.8.6 to 20.8.9 by @dependabot in #889
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.8.0 to 6.9.0 by @dependabot in #890
  • build(deps-dev): bump eslint from 8.52.0 to 8.53.0 by @dependabot in #893
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.9.0 to 6.9.1 by @dependabot in #892
  • build(deps): bump @types/node from 20.8.9 to 20.8.10 by @dependabot in #895
  • build(deps-dev): bump @typescript-eslint/parser from 6.9.0 to 6.9.1 by @dependabot in #894
  • build(deps): bump @types/semver from 7.5.4 to 7.5.5 by @dependabot in #897
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.9.1 to 6.10.0 by @dependabot in #896
  • build(deps-dev): bump prettier from 3.0.3 to 3.1.0 by @dependabot in #900
  • build(deps): bump @types/tmp from 0.2.5 to 0.2.6 by @dependabot in #898
  • build(deps-dev): bump @typescript-eslint/parser from 6.9.1 to 6.10.0 by @dependabot in #899
  • build(deps-dev): bump eslint from 8.53.0 to 8.54.0 by @dependabot in #903
  • build(deps): bump @types/node from 20.8.10 to 20.9.2 by @dependabot in #904
  • build(deps-dev): bump @typescript-eslint/parser from 6.10.0 to 6.11.0 by @dependabot in #905
  • build(deps-dev): bump...
Read more

v3.7.0

14 Aug 23:09
3a91952
Compare
Choose a tag to compare

What's Changed

Changes

Documentation

  • docs: improve How to use section in README.md by @tungbq in #780

Dependencies

  • build(deps): bump @types/node from 20.2.5 to 20.3.0 by @dependabot in #771
  • build(deps-dev): bump @typescript-eslint/parser from 5.59.8 to 5.59.9 by @dependabot in #772
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.8 to 5.59.9 by @dependabot in #773
  • build(deps-dev): bump @typescript-eslint/parser from 5.59.9 to 5.59.11 by @dependabot in #776
  • build(deps-dev): bump eslint from 8.42.0 to 8.43.0 by @dependabot in #775
  • build(deps): bump @types/node from 20.3.0 to 20.3.1 by @dependabot in #777
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.9 to 5.59.11 by @dependabot in #778
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.11 to 5.60.0 by @dependabot in #782
  • build(deps-dev): bump @typescript-eslint/parser from 5.59.11 to 5.60.0 by @dependabot in #783
  • build(deps): bump @types/node from 20.3.1 to 20.3.3 by @dependabot in #784
  • build(deps-dev): bump @typescript-eslint/parser from 5.60.0 to 5.60.1 by @dependabot in #785
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.60.0 to 5.60.1 by @dependabot in #786
  • build(deps-dev): bump typescript from 5.1.3 to 5.1.6 by @dependabot in #787
  • build(deps-dev): bump eslint from 8.43.0 to 8.44.0 by @dependabot in #788
  • build(deps): bump tough-cookie and @azure/ms-rest-js by @dependabot in #790
  • build(deps): bump @types/node from 20.3.3 to 20.4.1 by @dependabot in #791
  • build(deps-dev): bump @typescript-eslint/parser from 5.60.1 to 5.61.0 by @dependabot in #792
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.60.1 to 5.61.0 by @dependabot in #793
  • build(deps): bump semver from 6.3.0 to 6.3.1 by @dependabot in #796
  • build(deps-dev): bump prettier from 2.8.8 to 3.0.0 by @dependabot in #794
  • build(deps): bump @types/node from 20.4.1 to 20.4.2 by @dependabot in #798
  • build(deps-dev): bump @typescript-eslint/parser from 5.61.0 to 5.62.0 by @dependabot in #799
  • build(deps-dev): bump eslint from 8.44.0 to 8.45.0 by @dependabot in #801
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.61.0 to 6.0.0 by @dependabot in #800
  • build(deps): bump @types/node from 20.4.2 to 20.4.4 by @dependabot in #803
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.0.0 to 6.1.0 by @dependabot in #804
  • build(deps-dev): bump @typescript-eslint/parser from 6.0.0 to 6.1.0 by @dependabot in #805
  • build(deps-dev): bump eslint-plugin-import from 2.27.5 to 2.28.0 by @dependabot in #808
  • build(deps): bump @types/node from 20.4.4 to 20.4.5 by @dependabot in #809
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.1.0 to 6.2.0 by @dependabot in #810
  • build(deps-dev): bump eslint-config-prettier from 8.8.0 to 8.9.0 by @dependabot in #811
  • build(deps-dev): bump @typescript-eslint/parser from 6.1.0 to 6.2.0 by @dependabot in #812
  • build(deps): bump @types/node from 20.4.5 to 20.4.8 by @dependabot in #815
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.2.0 to 6.2.1 by @dependabot in #816
  • build(deps-dev): bump prettier from 3.0.0 to 3.0.1 by @dependabot in #817
  • build(deps-dev): bump eslint-config-prettier from 8.9.0 to 9.0.0 by @dependabot in #818
  • build(deps): bump @actions/http-client from 2.1.0 to 2.1.1 by @dependabot in #819
  • build(deps-dev): bump @typescript-eslint/parser from 6.2.0 to 6.3.0 by @dependabot in #821
  • build(deps-dev): bump eslint from 8.45.0 to 8.47.0 by @dependabot in #823
  • build(deps): bump @types/node from 20.4.8 to 20.5.0 by @dependabot in #824
  • build(deps-dev): bump @typescript-eslint/eslint-plugin from 6.2.1 to 6.3.0 by @dependabot in #822
  • build(deps): bump @actions/cache from 3.2.1 to 3.2.2 by @dependabot in #825

New Contributors

Full Changelog: v3.6.0...v3.7.0

v3.6.0

12 Jun 09:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.0...v3.6.0