Skip to content

Commit

Permalink
Update cimg/go Docker tag to v1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent ed5fa2d commit 966ea29
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.23

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.23-node

LABEL maintainer="John Boyes <john@agilepathway.co.uk>"

Expand Down

0 comments on commit 966ea29

Please sign in to comment.