From 13e78c6174c4f7955ff14112600c3b198c7ce5e9 Mon Sep 17 00:00:00 2001 From: apmmachine <58790750+apmmachine@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:42:18 -0500 Subject: [PATCH] [Automation] Bump Golang version to 1.21.6 (#3216) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: Update .go-version Made with ❤️️ by updatecli * chore: Update .golangci.yml Made with ❤️️ by updatecli --------- Co-authored-by: apmmachine Co-authored-by: Michel Laterman <82832767+michel-laterman@users.noreply.github.com> --- .go-version | 2 +- .golangci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.go-version b/.go-version index ce2dd5357..c262b1f0d 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.21.5 +1.21.6 diff --git a/.golangci.yml b/.golangci.yml index 8acf7bd27..f610e586e 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -3,7 +3,7 @@ run: # timeout for analysis, e.g. 30s, 5m, default is 1m timeout: 1m build-tags: integration - go: "1.21.5" + go: "1.21.6" issues: # Maximum count of issues with the same text.