Skip to content

Commit

Permalink
Update Golang version in pipeline and remove
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sheldonhull committed Jan 10, 2024
1 parent 122762d commit f397ede
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion aqua.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f397ede

Please sign in to comment.