From 4afc2bb47d6992480fd98e8c741e39af395505ec Mon Sep 17 00:00:00 2001 From: cbrgm <24737434+cbrgm@users.noreply.github.com> Date: Tue, 4 Jun 2024 17:10:12 +0000 Subject: [PATCH] chore(golangci): update golangci-lint to v.1.59.0 --- .anvil.lock | 4 ++-- .github/settings.yml | 2 +- .github/workflows/go-lint-test.yml | 2 +- .golangci.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.anvil.lock b/.anvil.lock index 46ea320..36f64b6 100644 --- a/.anvil.lock +++ b/.anvil.lock @@ -1,6 +1,6 @@ { - "generated_at": "2024-03-31T17:05:59.811453926Z", - "version": "1.2.12", + "generated_at": "2024-06-04T17:10:12.388994694Z", + "version": "1.2.15", "files": [ { "path": ".editorconfig" diff --git a/.github/settings.yml b/.github/settings.yml index 1784c59..f6a0f6c 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -1,7 +1,7 @@ --- repository: name: mastodon-github-action - description: Use this Action to send a toot (message) from a GitHub actions workflow to Mastodon + description: Use this Action to send a toot (message) from a GitHub Actions workflow to Mastodon homepage: https://cbrgm.net topics: gihub-actions, github, action, go, mastodon, toot diff --git a/.github/workflows/go-lint-test.yml b/.github/workflows/go-lint-test.yml index 8ce5670..f0e4c2d 100644 --- a/.github/workflows/go-lint-test.yml +++ b/.github/workflows/go-lint-test.yml @@ -33,7 +33,7 @@ jobs: uses: giantswarm/install-binary-action@v2.0.0 with: binary: "golangci-lint" - version: "1.57.2" + version: "1.59.0" download_url: "https://github.com/golangci/golangci-lint/releases/download/v${version}/golangci-lint-${version}-linux-amd64.tar.gz" tarball_binary_path: "*/${binary}" smoke_test: "${binary} --version" diff --git a/.golangci.yml b/.golangci.yml index fe2b1cb..6805b59 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -2,7 +2,7 @@ # https://github.com/golangci/golangci/wiki/Configuration service: # use the fixed version to not introduce new linters unexpectedly - golangci-lint-version: 1.57.2 + golangci-lint-version: 1.59.0 run: # golang-ci lint runtime timeout