Skip to content

Bump github.com/pulumi/pulumi-aws/sdk/v6 from 6.65.0 to 6.66.2 #4866

Bump github.com/pulumi/pulumi-aws/sdk/v6 from 6.65.0 to 6.66.2

Bump github.com/pulumi/pulumi-aws/sdk/v6 from 6.65.0 to 6.66.2 #4866

Workflow file for this run

name: test-infra-definition
on: [push]
permissions: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Build
run: go build ./...
- name: Test
run: go test -v $(go list ./... | grep -v /integration-tests) # We do not run integration-tests here because they require more tooling (Pulumi, invoke, ..). They will be run in a dedicated job