From ba5b893e6617672b2415b2c74160c9c3333ce032 Mon Sep 17 00:00:00 2001 From: Sergiu Ghitea <28300158+sergiught@users.noreply.github.com> Date: Thu, 24 Aug 2023 10:27:32 +0300 Subject: [PATCH] Bump go version to 1.21 --- .github/workflows/e2e-tests.yml | 2 +- .github/workflows/security.yml | 4 +--- go.mod | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 0169e4088..7cbb1efb7 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 - name: Set up Go - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: go.mod check-latest: true diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 2fd5fbba5..1ed88dd33 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -28,8 +28,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Scan for vulnerabilities in go code - uses: golang/govulncheck-action@v0.2.0 + uses: golang/govulncheck-action@dd3ead030e4f2cf713062f7a3395191802364e13 # pin@1.0.0 with: - go-version-input: 1.20.6 check-latest: true - cache: false diff --git a/go.mod b/go.mod index 97413c45f..889929fc1 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/auth0/terraform-provider-auth0 -go 1.20 +go 1.21 require ( github.com/auth0/go-auth0 v1.0.0