diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2024-03-29 15:34:49 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2024-03-29 15:34:49 -0700 |
| commit | 2327c11fadf3fe307eb9bfd7630bfccccb74d071 (patch) | |
| tree | ba56351578b2b51b3f6acc654a3f8776a0aa2945 /.circleci | |
| parent | a485c544f9f20b0540c2f13f4d068202bd661957 (diff) | |
Bump golang version to 1.22.1
Diffstat (limited to '.circleci')
| -rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index c1cffb8..da510e8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: build: working_directory: ~/repo docker: - - image: cimg/go:1.21.4 + - image: cimg/go:1.22.1 steps: - checkout # - restore_cache: @@ -27,7 +27,7 @@ jobs: deploy: docker: - - image: cimg/go:1.21.4 + - image: cimg/go:1.22.1 # working_directory: /go/src/github.com/jhalter/mobius steps: - checkout |