From 64bc14ffefd36f4bac6ad0fa0a6913505bbeecbd Mon Sep 17 00:00:00 2001 From: Koen de Laat Date: Wed, 31 Jan 2024 09:08:57 +0000 Subject: [PATCH] Use GO 1.21.6 in CI --- .github/workflows/ci.yml | 4 ++-- .github/workflows/publish.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cb4ca0..e00fde5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,8 @@ on: env: # Common versions - GO_VERSION: '1.20.10' - GOLANGCI_VERSION: 'v1.51.1' + GO_VERSION: '1.21.6' + GOLANGCI_VERSION: 'v1.55.2' DOCKER_BUILDX_VERSION: 'v0.8.2' jobs: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9343442..9be7f31 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -7,7 +7,7 @@ on: env: # Common versions - GO_VERSION: '1.20.1' + GO_VERSION: '1.21.6' GOLANGCI_VERSION: 'v1.51.1' DOCKER_BUILDX_VERSION: 'v0.8.2'