Skip to content

Commit

Permalink
Merge pull request #235 from Jukie/techdebt/go-upgrade
Browse files Browse the repository at this point in the history
Upgrade to Golang 1.18
  • Loading branch information
warrensbox authored May 23, 2022
2 parents 1b35962 + 214a4bd commit 35b481a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
docker:
- image: cimg/go:1.18

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

steps:
- checkout
Expand All @@ -34,7 +34,7 @@ jobs:
docker:
- image: cimg/go:1.18

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

steps:
- checkout
Expand Down

0 comments on commit 35b481a

Please sign in to comment.