X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/0620da73b8612f183eaf16cdf71d790225d8f3ec..ea2027a385e006ac5186e38f7f391dc20df338e7:/.circleci/config.yml?ds=inline diff --git a/.circleci/config.yml b/.circleci/config.yml index c5b6e98..e7784db 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: build: working_directory: ~/repo docker: - - image: cimg/go:1.19.1 + - image: cimg/go:1.21.4 steps: - checkout # - restore_cache: @@ -32,7 +32,7 @@ jobs: steps: - checkout - run: go get -u github.com/mitchellh/gox - - run: go get -u github.com/tcnksm/ghr + - run: go install github.com/tcnksm/ghr@latest - run: go install github.com/stevenmatthewt/semantics@latest - run: name: cross compile