Skip to content

Commit

Permalink
fix(stencil): upgrade modules (2024-07-09) (#522)
Browse files Browse the repository at this point in the history
Co-authored-by: getoutreach-ci-1[bot] <95656460+getoutreach-ci-1[bot]@users.noreply.github.com>
  • Loading branch information
getoutreach-ci-1[bot] committed Jul 10, 2024
1 parent feccc0c commit c22d5e3
Show file tree
Hide file tree
Showing 6 changed files with 212 additions and 800 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
# syntax, such as anchors, will be fixed automatically.
version: 2.1
orbs:
shared: getoutreach/shared@2.27.0
shared: getoutreach/shared@dev:2.27.1-rc.2
queue: eddiewebb/queue@2.2.1
## <<Stencil::Block(CircleCIExtraOrbs)>>

## <</Stencil::Block>>

parameters:
rebuild_cache:
Expand Down Expand Up @@ -43,7 +46,7 @@ test: &test

# Branches used for releasing code, pre-release or not
release_branches: &release_branches # Release branch
- release
- "release"
# Pre-releases branch
- "main"

Expand Down
2 changes: 1 addition & 1 deletion cortex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ info:
repo: https://github.com/getoutreach/stencil-golang
framework: stencil
language: Golang
stencil_version: v1.38.1
stencil_version: v1.39.0-rc.1
golang_version: 1.22.0
cli: false
service: false
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ go 1.21
require (
github.com/blang/semver/v4 v4.0.0
github.com/getoutreach/gobox v1.92.1
github.com/getoutreach/stencil v1.38.1
github.com/getoutreach/stencil v1.39.0-rc.1
github.com/google/go-cmp v0.6.0
github.com/magefile/mage v1.15.0
github.com/pkg/errors v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions stencil.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
version: v1.38.1
version: v1.39.0-rc.1
modules:
- name: github.com/getoutreach/devbase
url: https://github.com/getoutreach/devbase
version: v2.27.0
version: v2.27.1-rc.2
- name: github.com/getoutreach/stencil-base
url: https://github.com/getoutreach/stencil-base
version: v0.16.0
version: v0.16.1-rc.1
- name: github.com/getoutreach/stencil-circleci
url: https://github.com/getoutreach/stencil-circleci
version: v1.13.0
version: v1.14.0-rc.1
- name: github.com/getoutreach/stencil-golang
url: file://./
version: local
Expand Down
Loading

0 comments on commit c22d5e3

Please sign in to comment.