From eafed57bce785f08c71c0f6e09c226b9de580334 Mon Sep 17 00:00:00 2001 From: Leo Antoli <430982+lantoli@users.noreply.github.com> Date: Tue, 31 Oct 2023 17:11:39 +0100 Subject: [PATCH] upgrade to Go 1.20 --- .github/workflows/release-check.yml | 2 +- .tool-versions | 2 +- go.mod | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-check.yml b/.github/workflows/release-check.yml index 2d182099e..f812b6ea2 100644 --- a/.github/workflows/release-check.yml +++ b/.github/workflows/release-check.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: golang: - - 1.18 + - 1.20 steps: - name: Checkout repository uses: actions/checkout@v4 diff --git a/.tool-versions b/.tool-versions index 4933a41e2..f3ab91414 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -golang 1.18 +golang 1.20 diff --git a/go.mod b/go.mod index 24d60366a..aaa8a3fd6 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module go.mongodb.org/atlas -go 1.18 +go 1.20 require ( github.com/go-test/deep v1.1.0