From 61b4746f08f428be0ac84d82763f50fddb71f695 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Sun, 25 Aug 2024 16:49:59 +0000 Subject: [PATCH] chore: Update tool versions --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 169e2330427..daa5bd4b980 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,8 +17,8 @@ env: EDITORCONFIG_CHECKER_VERSION: 3.0.3 # https://github.com/editorconfig-checker/editorconfig-checker/releases FIND_TYPOS_VERSION: 0.0.3 # https://github.com/twpayne/find-typos/tags GO_VERSION: 1.23.0 # https://go.dev/doc/devel/release - GOFUMPT_VERSION: 0.6.0 # https://github.com/mvdan/gofumpt/releases - GOLANGCI_LINT_VERSION: 1.60.2 # https://github.com/golangci/golangci-lint/releases + GOFUMPT_VERSION: 0.7.0 # https://github.com/mvdan/gofumpt/releases + GOLANGCI_LINT_VERSION: 1.60.3 # https://github.com/golangci/golangci-lint/releases GOLINES_VERSION: 0.12.2 # https://github.com/segmentio/golines/releases GORELEASER_VERSION: 2.2.0 # https://github.com/goreleaser/goreleaser/releases GOVERSIONINFO_VERSION: 1.4.0 # https://github.com/josephspurrier/goversioninfo/releases