File tree 5 files changed +850
-1146
lines changed
5 files changed +850
-1146
lines changed Original file line number Diff line number Diff line change 6
6
## <</Stencil::Block>>
7
7
nodejs 18.17.1
8
8
protoc 21.5
9
- golang 1.20.8
9
+ golang 1.21.3
10
10
# Note: Versions in this block do not override the default versions above
11
11
# but sometimes you have to declare additional versions of the same tool
12
12
# while leaving the 'default' version intact for the infra.
13
13
# The most common case is nodejs.
14
14
## <<Stencil::Block(toolver)>>
15
15
# The below tools are used by all repositories when using devbase
16
16
mage 1.14.0
17
- golangci-lint 1.54 .1
17
+ golangci-lint 1.55 .1
18
18
shellcheck 0.9.0
19
19
shfmt 3.7.0
20
20
goreleaser 1.20.0
Original file line number Diff line number Diff line change 38
38
// Maps the go module cache on the host to the persistent volume used by devspaces.
39
39
// These should be the respective values of `go env GOMODCACHE`.
40
40
{
41
- "from" : " ${env:HOME}/.asdf/installs/golang/1.20.8 /packages/pkg/mod" ,
42
- "to" : " /home/dev/.asdf/installs/golang/1.20.8 /packages/pkg/mod"
41
+ "from" : " ${env:HOME}/.asdf/installs/golang/1.21.3 /packages/pkg/mod" ,
42
+ "to" : " /home/dev/.asdf/installs/golang/1.21.3 /packages/pkg/mod"
43
43
},
44
44
{
45
45
// Maps the standard library location on the host to the location in the devspace.
46
46
// This enables debugging standard library code.
47
- "from" : " ${env:HOME}/.asdf/installs/golang/1.20.8 /go/src" ,
48
- "to" : " /home/dev/.asdf/installs/golang/1.20.8 /go/src"
47
+ "from" : " ${env:HOME}/.asdf/installs/golang/1.21.3 /go/src" ,
48
+ "to" : " /home/dev/.asdf/installs/golang/1.21.3 /go/src"
49
49
}
50
50
]
51
51
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"license" : " UNLICENSED" ,
3
3
"devDependencies" : {
4
- "@getoutreach/semantic-release-circleci-orb" : " ^1.1.9 " ,
5
- "@semantic-release/commit-analyzer" : " ^10 .0.1 " ,
4
+ "@getoutreach/semantic-release-circleci-orb" : " ^1.1.10 " ,
5
+ "@semantic-release/commit-analyzer" : " ^11 .0.0 " ,
6
6
"@semantic-release/exec" : " ^6.0.3" ,
7
7
"@semantic-release/git" : " ^10.0.1" ,
8
- "@semantic-release/github" : " ^9.0.3 " ,
9
- "@semantic-release/npm" : " ^10 .0.4 " ,
10
- "@semantic-release/release-notes-generator" : " ^11 .0.3 " ,
11
- "conventional-changelog-conventionalcommits" : " ^6 .0.0 " ,
12
- "prettier" : " ^2.8.8 " ,
13
- "semantic-release" : " ^21 .0.5 " ,
14
- "semver" : " ^7.5.2 "
8
+ "@semantic-release/github" : " ^9.2.1 " ,
9
+ "@semantic-release/npm" : " ^11 .0.1 " ,
10
+ "@semantic-release/release-notes-generator" : " ^12 .0.0 " ,
11
+ "conventional-changelog-conventionalcommits" : " ^7 .0.2 " ,
12
+ "prettier" : " ^3.0.3 " ,
13
+ "semantic-release" : " ^22 .0.6 " ,
14
+ "semver" : " ^7.5.4 "
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ modules:
22
22
- name : github.com/getoutreach/stencil-circleci
23
23
- name : github.com/getoutreach/stencil-base
24
24
- name : github.com/getoutreach/stencil-golang
25
- channel : unstable # Need Go 1.20
25
+ channel : unstable # Easier to match versions if we always use unstable.
26
26
- name : github.com/getoutreach/devbase
27
27
replacements :
28
28
github.com/getoutreach/devbase : ./
You can’t perform that action at this time.
0 commit comments