Skip to content

Commit

Permalink
chore: upgrade to Aspect Workflows 5.9.0-rc.0 (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregmagolan authored Dec 14, 2023
1 parent cbc5c7b commit 94d41e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .aspect/workflows/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ workspaces:
without: true
tasks:
- test:
# - format:
- format:
- gazelle:
- buildifier:
- delivery:
Expand Down
4 changes: 2 additions & 2 deletions .aspect/workflows/terraform/workflows.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data "google_compute_image" "runner_image" {
# https:/aspect-build/workflows-images for example packer scripts and BUILD targets
# for building GCP images for Workflows.
project = "aspect-workflows-images"
name = "aspect-workflows-debian-11-minimal-1-5-0"
name = "aspect-workflows-debian-11-minimal-amd64-1-6-0"
}

module "aspect_workflows" {
Expand All @@ -16,7 +16,7 @@ module "aspect_workflows" {
region = local.region

# Aspect Workflows terraform module
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.9.0-beta.10/workflows-gcp/terraform-gcp-aspect-workflows.zip"
source = "https://s3.us-east-2.amazonaws.com/static.aspect.build/aspect/5.9.0-rc.0/workflows-gcp/terraform-gcp-aspect-workflows.zip"

# Network properties
network = google_compute_network.workflows_network.id
Expand Down
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ setup: true

orbs:
slack: circleci/[email protected]
aspect-workflows: aspect-build/workflows@dev:5.9.0-beta.10
aspect-workflows: aspect-build/workflows@dev:5.9.0-rc.0

jobs:
legacy:
Expand Down

0 comments on commit 94d41e6

Please sign in to comment.