Skip to content

Commit

Permalink
test(deps): upgraded bundler to 2.6.2 (#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfalkowski authored Dec 24, 2024
1 parent 73eb2fb commit 6453dc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
jobs:
build-service:
docker:
- image: alexfalkowski/go:1.23
- image: alexfalkowski/go:1.3
working_directory: ~/go-service-template
steps:
- checkout
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
resource_class: large
build-docker:
docker:
- image: alexfalkowski/go:1.23
- image: alexfalkowski/go:1.3
working_directory: ~/go-service-template
steps:
- checkout
Expand All @@ -66,7 +66,7 @@ jobs:
resource_class: large
release:
docker:
- image: alexfalkowski/release:3.1
- image: alexfalkowski/release:3.4
working_directory: ~/go-service-template
steps:
- checkout
Expand All @@ -76,7 +76,7 @@ jobs:
resource_class: large
push-docker:
docker:
- image: alexfalkowski/go:1.23
- image: alexfalkowski/go:1.3
working_directory: ~/go-service-template
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion test/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -177,4 +177,4 @@ DEPENDENCIES
ruby-lsp

BUNDLED WITH
2.6.1
2.6.2

0 comments on commit 6453dc4

Please sign in to comment.