From 92b61f23b770b5247c823dd6f0565932b720ea75 Mon Sep 17 00:00:00 2001 From: apmmachine Date: Sat, 11 Nov 2023 20:04:03 +0000 Subject: [PATCH 1/2] chore: Update .golangci.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .golangci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.golangci.yml b/.golangci.yml index 86342ebf4..a929d9f71 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.3" + go: "1.21.4" issues: # Maximum count of issues with the same text. From ca16e314d9e71c9abbe895d26df6ff71ded95570 Mon Sep 17 00:00:00 2001 From: apmmachine Date: Sat, 11 Nov 2023 20:04:05 +0000 Subject: [PATCH 2/2] chore: Update .go-version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- .go-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.go-version b/.go-version index bae5c7f66..20a1265cf 100644 --- a/.go-version +++ b/.go-version @@ -1 +1 @@ -1.21.3 +1.21.4