Skip to content

Commit

Permalink
Merge branch 'main' into renovate/cimg-python-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
BaseMax authored Dec 4, 2024
2 parents 2496c95 + 751641a commit 18b4aaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
go-test:
docker: # run the steps with Docker
# CircleCI Go images available at: https://hub.docker.com/r/circleci/golang/
- image: cimg/go:1.23.3
- image: cimg/go:1.23.4
# directory where steps are run. Path must conform to the Go Workspace requirements
working_directory: ~/repo
steps:
Expand All @@ -201,7 +201,7 @@ jobs:
csv-lint:
docker: # run the steps with Docker
# CircleCI Go images available at: https://hub.docker.com/r/circleci/golang/
- image: cimg/go:1.23.3 #
- image: cimg/go:1.23.4 #
# directory where steps are run. Path must conform to the Go Workspace requirements
working_directory: ~/repo
steps:
Expand Down

0 comments on commit 18b4aaf

Please sign in to comment.