Skip to content

Commit

Permalink
Update cimg/go Docker tag to v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 7, 2024
1 parent ed5fa2d commit c3b5d3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ orbs:
executors:
go:
docker:
- image: cimg/go:1.14
- image: cimg/go:1.22

workflows:
build-and-publish-docker-image:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cimg/go:1.14-node
FROM cimg/go:1.22-node

LABEL maintainer="John Boyes <[email protected]>"

Expand Down

0 comments on commit c3b5d3f

Please sign in to comment.