From b248081ec4e3f2829fbfb386e7f023edf9ca8a96 Mon Sep 17 00:00:00 2001 From: "dependabot-circleci[bot]" <72250566+dependabot-circleci[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 23:38:17 +0200 Subject: [PATCH 1/4] Bump @cimg/go from 1.20.7 to 1.21.0 (#66) * Bump @cimg/go from 1.20.7 to 1.21.0 * upgrading go Signed-off-by: Lasse Gaardsholt --------- Signed-off-by: Lasse Gaardsholt Co-authored-by: dependabot-circleci[bot] <72250566+dependabot-circleci[bot]@users.noreply.github.com> Co-authored-by: Lasse Gaardsholt --- .circleci/config.yml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1555e5b..afc89b2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 jobs: test: docker: - - image: cimg/go:1.20.7 + - image: cimg/go:1.21.0 steps: - checkout - run: diff --git a/go.mod b/go.mod index bf8a626..3058773 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/Gaardsholt/go-gitguardian -go 1.20 +go 1.21 require ( github.com/google/go-querystring v1.1.0 From 8c6b5fc1444a9b9f68607acf7c2d34ad0ce0fed5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 19:17:24 +0200 Subject: [PATCH 2/4] Bump release-drafter/release-drafter from 5 to 6 (#74) Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5 to 6. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](https://github.com/release-drafter/release-drafter/compare/v5...v6) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release-drafter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index d6799a7..658aee3 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -23,7 +23,7 @@ jobs: # echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> $GITHUB_ENV # Drafts your next Release notes as Pull Requests are merged into "master" - - uses: release-drafter/release-drafter@v5 + - uses: release-drafter/release-drafter@v6 # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml # with: # config-name: my-config.yml From edd3721ffd9f7e307620943e2470cd275b98bb6a Mon Sep 17 00:00:00 2001 From: "dependabot-circleci[bot]" <72250566+dependabot-circleci[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 13:38:52 +0200 Subject: [PATCH 3/4] Bump @cimg/go from 1.21.0 to 1.22.3 (#77) Co-authored-by: dependabot-circleci[bot] <72250566+dependabot-circleci[bot]@users.noreply.github.com> --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index afc89b2..f469b31 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,7 +3,7 @@ version: 2.1 jobs: test: docker: - - image: cimg/go:1.21.0 + - image: cimg/go:1.22.3 steps: - checkout - run: From e8729a31a8bc7d6647f41288eae91d54e63b9010 Mon Sep 17 00:00:00 2001 From: Lasse Gaardsholt Date: Wed, 8 May 2024 13:45:10 +0200 Subject: [PATCH 4/4] go mod 1.22 Signed-off-by: Lasse Gaardsholt --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3058773..5ec2da5 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/Gaardsholt/go-gitguardian -go 1.21 +go 1.22 require ( github.com/google/go-querystring v1.1.0