From a0b68bdbff856bdc17931edff4b7cd97f21e8fef Mon Sep 17 00:00:00 2001 From: hbc Date: Wed, 12 Jun 2024 18:23:21 +0000 Subject: [PATCH 1/2] feat: declare go version directive with patch version We need this change for making dependabot to understand the toolchain requirements. Ref: https://go.dev/doc/toolchain --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 8029864d..70c6cf0c 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/Azure/kubelogin // NOTE: kubelogin follows the same support policy as Go, which supports the last two major versions. -go 1.21 +go 1.21.0 require ( github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1 From b3dae6aebb5b9059527c8d8f249d3a59e0d62d26 Mon Sep 17 00:00:00 2001 From: hbc Date: Wed, 12 Jun 2024 18:33:48 +0000 Subject: [PATCH 2/2] chore: bump to 1.21.9 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 70c6cf0c..4f920a93 100644 --- a/go.mod +++ b/go.mod @@ -1,7 +1,7 @@ module github.com/Azure/kubelogin // NOTE: kubelogin follows the same support policy as Go, which supports the last two major versions. -go 1.21.0 +go 1.21.9 require ( github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1