Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update golangci-lint to v1.59.0
@ 2024-05-28 13:07 grafov
  2024-05-28 13:08 ` [PR PATCH] [Updated] golangci-lint: update " grafov
  2024-05-28 18:33 ` [PR PATCH] [Merged]: " cinerea0
  0 siblings, 2 replies; 3+ messages in thread
From: grafov @ 2024-05-28 13:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1105 bytes --]

There is a new pull request by grafov against master on the void-packages repository

https://github.com/grafov/void-packages golangci
https://github.com/void-linux/void-packages/pull/50554

Update golangci-lint to v1.59.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, x86_64
-->


A patch file from https://github.com/void-linux/void-packages/pull/50554.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-golangci-50554.patch --]
[-- Type: text/x-diff, Size: 1181 bytes --]

From 1c42e2d7e931f87e504d4ab14a234f41acd1ed10 Mon Sep 17 00:00:00 2001
From: "Alexander I.Grafov" <grafov@inet.name>
Date: Tue, 28 May 2024 16:01:07 +0300
Subject: [PATCH] Update golangci-lint to v1.59.0

---
 srcpkgs/golangci-lint/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/golangci-lint/template b/srcpkgs/golangci-lint/template
index ada378ef2d411b..5e5b99f3ec95ec 100644
--- a/srcpkgs/golangci-lint/template
+++ b/srcpkgs/golangci-lint/template
@@ -1,6 +1,6 @@
 # Template file for 'golangci-lint'
 pkgname=golangci-lint
-version=1.58.2
+version=1.59.0
 revision=1
 build_style=go
 go_import_path="github.com/golangci/golangci-lint"
@@ -12,7 +12,7 @@ license="GPL-3.0-only"
 homepage="https://github.com/golangci/golangci-lint"
 changelog="https://raw.githubusercontent.com/golangci/golangci-lint/master/CHANGELOG.md"
 distfiles="https://github.com/golangci/golangci-lint/archive/v${version}.tar.gz"
-checksum=72fb872ffd0921e2dbb8bd819e2650780f813f6edf234efbc3039ed5fd86eb52
+checksum=635c64c5c532af9f41cd100e2c0db9de8a261fa7aa0224e600487e0d1c298f44
 
 # fix: collect2: fatal error: cannot find 'ld'
 export LDFLAGS="-fuse-ld=bfd"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] golangci-lint: update to v1.59.0
  2024-05-28 13:07 [PR PATCH] Update golangci-lint to v1.59.0 grafov
@ 2024-05-28 13:08 ` grafov
  2024-05-28 18:33 ` [PR PATCH] [Merged]: " cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: grafov @ 2024-05-28 13:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1104 bytes --]

There is an updated pull request by grafov against master on the void-packages repository

https://github.com/grafov/void-packages golangci
https://github.com/void-linux/void-packages/pull/50554

golangci-lint: update to v1.59.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64



A patch file from https://github.com/void-linux/void-packages/pull/50554.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-golangci-50554.patch --]
[-- Type: text/x-diff, Size: 1182 bytes --]

From 354fd5019bd0f4f2574a648714b340dfa4f209e0 Mon Sep 17 00:00:00 2001
From: "Alexander I.Grafov" <grafov@inet.name>
Date: Tue, 28 May 2024 16:01:07 +0300
Subject: [PATCH] golangci-lint: update to v1.59.0

---
 srcpkgs/golangci-lint/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/golangci-lint/template b/srcpkgs/golangci-lint/template
index ada378ef2d411b..5e5b99f3ec95ec 100644
--- a/srcpkgs/golangci-lint/template
+++ b/srcpkgs/golangci-lint/template
@@ -1,6 +1,6 @@
 # Template file for 'golangci-lint'
 pkgname=golangci-lint
-version=1.58.2
+version=1.59.0
 revision=1
 build_style=go
 go_import_path="github.com/golangci/golangci-lint"
@@ -12,7 +12,7 @@ license="GPL-3.0-only"
 homepage="https://github.com/golangci/golangci-lint"
 changelog="https://raw.githubusercontent.com/golangci/golangci-lint/master/CHANGELOG.md"
 distfiles="https://github.com/golangci/golangci-lint/archive/v${version}.tar.gz"
-checksum=72fb872ffd0921e2dbb8bd819e2650780f813f6edf234efbc3039ed5fd86eb52
+checksum=635c64c5c532af9f41cd100e2c0db9de8a261fa7aa0224e600487e0d1c298f44
 
 # fix: collect2: fatal error: cannot find 'ld'
 export LDFLAGS="-fuse-ld=bfd"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: golangci-lint: update to v1.59.0
  2024-05-28 13:07 [PR PATCH] Update golangci-lint to v1.59.0 grafov
  2024-05-28 13:08 ` [PR PATCH] [Updated] golangci-lint: update " grafov
@ 2024-05-28 18:33 ` cinerea0
  1 sibling, 0 replies; 3+ messages in thread
From: cinerea0 @ 2024-05-28 18:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 949 bytes --]

There's a merged pull request on the void-packages repository

golangci-lint: update to v1.59.0
https://github.com/void-linux/void-packages/pull/50554

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, x86_64



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-28 18:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-28 13:07 [PR PATCH] Update golangci-lint to v1.59.0 grafov
2024-05-28 13:08 ` [PR PATCH] [Updated] golangci-lint: update " grafov
2024-05-28 18:33 ` [PR PATCH] [Merged]: " cinerea0

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).