diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2023-11-20 13:40:14 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-20 13:40:14 -0800 |
| commit | ea2027a385e006ac5186e38f7f391dc20df338e7 (patch) | |
| tree | 7750973ff6b7e1a2063677e863bb3962d467ad00 /.circleci | |
| parent | 6e4c02b1b9793776a52cf8b1f914eeadd2bbb4b5 (diff) | |
Refactor client to use slog and pass context (#107)
* Refactor client to use slog and pass context
* Bump CI golang version
Diffstat (limited to '.circleci')
| -rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index a5fde65..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: |