Skip to content

Commit

Permalink
Merge pull request #329 from warrensbox/master
Browse files Browse the repository at this point in the history
Upgrade GO version - 1.22
  • Loading branch information
warrensbox authored Mar 22, 2024
2 parents 70e50f9 + dcc2316 commit d602fb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 2.1
jobs:
build:
docker:
- image: cimg/go:1.18
- image: cimg/go:1.22

working_directory: /home/circleci/go/src/github.com/warrensbox/terraform-switcher

Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
release:
docker:
- image: cimg/go:1.18
- image: cimg/go:1.22

working_directory: /home/circleci/go/src/github.com/warrensbox/terraform-switcher

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/warrensbox/terraform-switcher

go 1.18
go 1.22

require (
github.com/hashicorp/go-version v1.6.0
Expand Down

0 comments on commit d602fb2

Please sign in to comment.