From 0c9a43d9ecdecdfa0033378b3630c4445717b903 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Thu, 2 Jan 2025 19:38:18 +0000 Subject: [PATCH] chore: Update tools --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f91d1e270ca..95df9a080dd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,13 +21,13 @@ env: FIND_TYPOS_VERSION: 0.0.3 # https://github.com/twpayne/find-typos/tags GO_VERSION: 1.23.4 # https://go.dev/doc/devel/release GOFUMPT_VERSION: 0.7.0 # https://github.com/mvdan/gofumpt/releases - GOLANGCI_LINT_VERSION: 1.63.0 # https://github.com/golangci/golangci-lint/releases + GOLANGCI_LINT_VERSION: 1.63.3 # https://github.com/golangci/golangci-lint/releases GOLINES_VERSION: 0.12.2 # https://github.com/segmentio/golines/releases - GORELEASER_VERSION: 2.5.0 # https://github.com/goreleaser/goreleaser/releases + GORELEASER_VERSION: 2.5.1 # https://github.com/goreleaser/goreleaser/releases GOVERSIONINFO_VERSION: 1.4.1 # https://github.com/josephspurrier/goversioninfo/releases PYTHON_VERSION: '3.10' # https://www.python.org/downloads/ RAGE_VERSION: 0.11.1 # https://github.com/str4d/rage/releases - UV_VERSION: 0.5.13 # https://github.com/astral-sh/uv/releases + UV_VERSION: 0.5.14 # https://github.com/astral-sh/uv/releases jobs: changes: runs-on: ubuntu-22.04