Skip to content

Commit

Permalink
docs: update GitHub Action assets (#5406)
Browse files Browse the repository at this point in the history
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
  • Loading branch information
golangci-releaser and ldez authored Feb 12, 2025
1 parent 09167d7 commit 5984eab
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ jobs:
# ex:
# - 1.18beta1 -> 1.18.0-beta.1
# - 1.18rc1 -> 1.18.0-rc.1
# TODO(ldez) must be changed after the first release of golangci-lint with go1.24
# go-version: ${{ env.GO_VERSION }}
go-version: '1.23'
go-version: ${{ env.GO_VERSION }}
- name: lint
uses: golangci/golangci-lint-action@v6.3.2
with:
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ If you value it, consider supporting us, we appreciate it! ❤️
[![Open Collective backers and sponsors](https://img.shields.io/badge/OpenCollective-Donate-blue?logo=opencollective&style=for-the-badge)](https://opencollective.com/golangci-lint)
[![GitHub Sponsors](https://img.shields.io/badge/GitHub-Donate-blue?logo=github&style=for-the-badge)](/~https://github.com/sponsors/golangci)

### v1.64.3

1. Linters bug fixes
* `ginkgolinter`: from 0.18.4 to 0.19.0
* `go-critic`: from 0.11.5 to 0.12.0
* `revive`: from 1.6.0 to 1.6.1
* `gci`: fix standard packages list for go1.24
2. Misc.
* Build Docker images with go1.24

### v1.64.2

This is the last minor release of golangci-lint v1.
Expand Down
4 changes: 2 additions & 2 deletions assets/github-action-config-v1.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"MinorVersionToConfig": {
"latest": {
"TargetVersion": "v1.64.2"
"TargetVersion": "v1.64.3"
},
"v1.10": {
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.28.3 and later versions"
Expand Down Expand Up @@ -178,7 +178,7 @@
"TargetVersion": "v1.63.4"
},
"v1.64": {
"TargetVersion": "v1.64.2"
"TargetVersion": "v1.64.3"
},
"v1.7": {
"Error": "golangci-lint version 'v1.7' isn't supported: we support only v1.28.3 and later versions"
Expand Down
4 changes: 2 additions & 2 deletions assets/github-action-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"MinorVersionToConfig": {
"latest": {
"TargetVersion": "v1.64.2"
"TargetVersion": "v1.64.3"
},
"v1.10": {
"Error": "golangci-lint version 'v1.10' isn't supported: we support only v1.28.3 and later versions"
Expand Down Expand Up @@ -178,7 +178,7 @@
"TargetVersion": "v1.63.4"
},
"v1.64": {
"TargetVersion": "v1.64.2"
"TargetVersion": "v1.64.3"
},
"v1.7": {
"Error": "golangci-lint version 'v1.7' isn't supported: we support only v1.28.3 and later versions"
Expand Down

0 comments on commit 5984eab

Please sign in to comment.