Skip to content
This repository was archived by the owner on Dec 26, 2022. It is now read-only.

Commit 90d9f4d

Browse files
Merge pull request #6 from grapl-security/cm/update
Update build environment tooling to latest versions
2 parents 3180866 + ca456a2 commit 90d9f4d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-bake.hcl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
variable "PULUMI_VERSION" {
2-
default = "3.34.1"
2+
default = "3.38.0"
33
}
44

55
variable "PULUMICTL_VERSION" {
6-
default = "0.0.31"
6+
default = "0.0.32"
77
}
88

99
variable "GOLANGCI_LINT_VERSION" {
1010
# Note: No leading "v"
11-
default = "1.45.2"
11+
default = "1.48.0"
1212
}
1313

1414
variable "GORELEASER_VERSION" {
1515
# Note: No leading "v"
16-
default = "1.6.3"
16+
default = "1.10.3"
1717
}
1818

1919
group "default" {

0 commit comments

Comments
 (0)