From e2e4099dc630c750f9d8a900399ea5c4300cfa3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 18:27:04 +0000 Subject: [PATCH 1/2] chore(deps): bump golangci/golangci-lint-action from 3 to 6 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 6. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v6) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 45633eb..86d1c43 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,7 +31,7 @@ jobs: cache: true - run: go mod download - name: Run linters - uses: golangci/golangci-lint-action@v3 + uses: golangci/golangci-lint-action@v6 with: version: latest From 0a4faeabb534cb85c7b3573b75d3b4b61137bc40 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 19 Aug 2024 18:27:18 +0000 Subject: [PATCH 2/2] add CHANGELOG for #70 --- .changelog/70.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .changelog/70.txt diff --git a/.changelog/70.txt b/.changelog/70.txt new file mode 100644 index 0000000..fbd0999 --- /dev/null +++ b/.changelog/70.txt @@ -0,0 +1,3 @@ +```release-note:dependency +deps: bumps golangci/golangci-lint-action from 3 to 6 +```