From e87722a33807ee0dbb92adbd2f9c5c72b4e94ae2 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 26 May 2024 19:14:17 +0000 Subject: [PATCH 1/7] chore: deps: bump golangci-lint in GitHub Action to v1.59.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 9b070cf..6485ce0 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -35,7 +35,7 @@ jobs: # Required: the version of golangci-lint is required # and must be specified without patch version: # we always use the latest patch version. - version: v1.58.2 + version: v1.59.0 install-mode: "binary" - name: Install GoReleaser uses: goreleaser/goreleaser-action@v5 From e5de6845f99272a4cfc84375e25399027248aa59 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 9 Jun 2024 19:15:53 +0000 Subject: [PATCH 2/7] chore: deps: bump golangci-lint in GitHub Action to v1.59.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 6485ce0..df75446 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -35,7 +35,7 @@ jobs: # Required: the version of golangci-lint is required # and must be specified without patch version: # we always use the latest patch version. - version: v1.59.0 + version: v1.59.1 install-mode: "binary" - name: Install GoReleaser uses: goreleaser/goreleaser-action@v5 From cef7f7cc3e12cb5046a119a214db829f2a509928 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 14 Aug 2024 02:39:06 +0000 Subject: [PATCH 3/7] chore: deps: bump golangci-lint in GitHub Action to v1.60.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index df75446..b04bc04 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -35,7 +35,7 @@ jobs: # Required: the version of golangci-lint is required # and must be specified without patch version: # we always use the latest patch version. - version: v1.59.1 + version: v1.60.1 install-mode: "binary" - name: Install GoReleaser uses: goreleaser/goreleaser-action@v5 From 77c5ab084ff7f1a37d35d34ac896498b9bc4280e Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 20 Aug 2024 21:20:00 +0000 Subject: [PATCH 4/7] chore: deps: bump golangci-lint in GitHub Action to v1.60.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index b04bc04..4f6eec1 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -35,7 +35,7 @@ jobs: # Required: the version of golangci-lint is required # and must be specified without patch version: # we always use the latest patch version. - version: v1.60.1 + version: v1.60.2 install-mode: "binary" - name: Install GoReleaser uses: goreleaser/goreleaser-action@v5 From 61e107507356ca6e8d19b086420791e85369b71e Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 22 Aug 2024 22:19:28 +0000 Subject: [PATCH 5/7] chore: deps: bump golangci-lint in GitHub Action to v1.60.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 4f6eec1..6ef4290 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -35,7 +35,7 @@ jobs: # Required: the version of golangci-lint is required # and must be specified without patch version: # we always use the latest patch version. - version: v1.60.2 + version: v1.60.3 install-mode: "binary" - name: Install GoReleaser uses: goreleaser/goreleaser-action@v5 From c353d2ba1ef934e0e1d6282567a4fda9b0091755 Mon Sep 17 00:00:00 2001 From: updatecli Date: Mon, 9 Sep 2024 18:27:55 +0000 Subject: [PATCH 6/7] chore: deps: bump golangci-lint in GitHub Action to v1.61.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 6ef4290..7bd88b1 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -35,7 +35,7 @@ jobs: # Required: the version of golangci-lint is required # and must be specified without patch version: # we always use the latest patch version. - version: v1.60.3 + version: v1.61.0 install-mode: "binary" - name: Install GoReleaser uses: goreleaser/goreleaser-action@v5 From b828416ed7a175c88a925a7be06850c05d434272 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 10 Nov 2024 20:21:14 +0000 Subject: [PATCH 7/7] chore: deps: bump golangci-lint in GitHub Action to v1.62.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 7bd88b1..40da012 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -35,7 +35,7 @@ jobs: # Required: the version of golangci-lint is required # and must be specified without patch version: # we always use the latest patch version. - version: v1.61.0 + version: v1.62.0 install-mode: "binary" - name: Install GoReleaser uses: goreleaser/goreleaser-action@v5