build:
working_directory: ~/repo
docker:
- - image: cimg/go:1.19.1
+ - image: cimg/go:1.21.4
steps:
- checkout
# - restore_cache:
deploy:
docker:
- - image: cimg/go:1.19.1
+ - image: cimg/go:1.21.4
# working_directory: /go/src/github.com/jhalter/mobius
steps:
- checkout
- run: go get -u github.com/mitchellh/gox
- - run: go install github.com/tcnksm/ghr
+ - run: go install github.com/tcnksm/ghr@latest
- run: go install github.com/stevenmatthewt/semantics@latest
- run:
name: cross compile