diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2022-06-13 11:47:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-13 11:47:20 -0700 |
| commit | abce1dacbbab3bc38dba4285615fa4bba33d657d (patch) | |
| tree | 988e028fd793ebd0bba577b1f18be5bbbb1fa39d /.circleci | |
| parent | 6cb58d132bac1e23c7a7bdc35e605dfde4df9e76 (diff) | |
| parent | 96519d184b5de8a26309f7dd46e118e5f69127f7 (diff) | |
Merge pull request #34 from jhalter/bump_go_version_to_1.18
Bump Go version to 1.18
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 fd687f3..9cb2b42 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ jobs: build: working_directory: ~/repo docker: - - image: cimg/go:1.16.6 + - image: cimg/go:1.18.3 steps: - checkout # - restore_cache: |