From f397edef419c4b28cf8c7279c72ed636871e5613 Mon Sep 17 00:00:00 2001 From: Sheldon Hull Date: Wed, 10 Jan 2024 17:31:42 +0100 Subject: [PATCH] Update Golang version in pipeline and remove toolchain directive in go.mod chore(ci): upgrade golang version and remove unused toolchain directive - Bumped up golang version in ci pipeline for up-to-date features and security - Removed redundant toolchain specification in go.mod improving project tidiness and eliminating potential for inconsistency --- aqua.yaml | 2 +- go.mod | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/aqua.yaml b/aqua.yaml index a8c3a875..af92c869 100644 --- a/aqua.yaml +++ b/aqua.yaml @@ -7,7 +7,7 @@ registries: packages: - name: miniscruff/changie@v1.17.0 tags: ['ci'] - - name: golang/go@go1.21.5 + - name: golang/go@go1.21.6 tags: ['ci'] - name: direnv/direnv@v2.33.0 - name: magefile/mage@v1.15.0 diff --git a/go.mod b/go.mod index e38a1f10..ebc85622 100644 --- a/go.mod +++ b/go.mod @@ -2,8 +2,6 @@ module github.com/DelineaXPM/dsv-cli go 1.21 -toolchain go1.21.6 - require ( github.com/AlecAivazis/survey/v2 v2.3.7 github.com/Azure/go-autorest/autorest v0.11.29