From 7d4ff86caaacb1b5713d8f5ecee664b6508d7c9a Mon Sep 17 00:00:00 2001 From: Steven Borrelli Date: Fri, 16 Aug 2024 10:55:56 -0500 Subject: [PATCH] update tooling Signed-off-by: Steven Borrelli --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9720be5..afdd900 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,8 @@ on: env: # Common versions - GO_VERSION: '1.22.3' - GOLANGCI_VERSION: 'v1.55.2' + GO_VERSION: '1.23.0' + GOLANGCI_VERSION: 'v1.60.1' DOCKER_BUILDX_VERSION: 'v0.11.2' # These environment variables are important to the Crossplane CLI install.sh