]> git.r.bdr.sh - rbdr/mobius/blobdiff - .circleci/config.yml
Refactor client to use slog and pass context (#107)
[rbdr/mobius] / .circleci / config.yml
index 58e63998dfb4d5c05fc2592c4f2f3f7c1ecca905..e7784db0f8cf7c92271f3aa7dd7a759b011fa986 100644 (file)
@@ -4,7 +4,7 @@ jobs:
   build:
     working_directory: ~/repo
     docker:
   build:
     working_directory: ~/repo
     docker:
-      - image: cimg/go:1.19.1
+      - image: cimg/go:1.21.4
     steps:
       - checkout
 #      - restore_cache:
     steps:
       - checkout
 #      - restore_cache:
@@ -32,7 +32,7 @@ jobs:
     steps:
       - checkout
       - run: go get -u github.com/mitchellh/gox
     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
       - run: go install github.com/stevenmatthewt/semantics@latest
       - run:
           name: cross compile