build:
working_directory: ~/repo
docker:
- - image: cimg/go:1.21.4
+ - image: cimg/go:1.22.1
steps:
- checkout
# - restore_cache:
deploy:
docker:
- - image: cimg/go:1.21.4
+ - image: cimg/go:1.22.1
# working_directory: /go/src/github.com/jhalter/mobius
steps:
- checkout