From ba184f4166b46e90d710dc92af9f32f8d3189007 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Mon, 23 Oct 2023 14:58:40 +0200 Subject: [PATCH] Bump Go to 1.21.3 (#421) --- .github/workflows/codeql-analysis.yml | 6 ++++++ go.mod | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9aca11e8..6a72caff 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -52,6 +52,12 @@ jobs: # For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs # queries: security-extended,security-and-quality + - name: Setup Golang Environment + uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 + with: + go-version-file: go.mod + if: matrix.language == 'go' + # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild diff --git a/go.mod b/go.mod index 1727a024..ab8de38d 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/nginxinc/nginx-asg-sync -go 1.19 +go 1.21.3 require ( github.com/Azure/azure-sdk-for-go v68.0.0+incompatible