Skip to content

Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.72.0 to 1.72.1 #143

Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.72.0 to 1.72.1

Bump gopkg.in/DataDog/dd-trace-go.v1 from 1.72.0 to 1.72.1 #143

Workflow file for this run

name: Sandbox
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize]
paths-ignore:
- "**.md"
permissions:
contents: read
id-token: write
jobs:
run_go_tests:
name: "Go: Tests"
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '^1.22'
- name: Run tests
run: go test ./...
build_and_push_us:
name: "Sandbox Registry: us-docker.pkg.dev"
uses: osinfra-io/github-misc-called-workflows/.github/workflows/build-and-push.yml@v0.1.8
if: github.actor != 'dependabot[bot]'
needs: run_go_tests
with:
cache_from: type=gha
cache_to: type=gha,mode=max
build_args: |
DD_GIT_REPOSITORY_URL=https://github.com/${{ github.repository }}
DD_GIT_COMMIT_SHA=${{ github.sha }}
registry: us-docker.pkg.dev
service_account: plt-istio-test-github@plt-lz-terraform-tf00-sb.iam.gserviceaccount.com
tags: us-docker.pkg.dev/plt-lz-services-tf7f-sb/plt-docker-standard/istio-test:${{ github.sha }}
workload_identity_provider: projects/746490462722/locations/global/workloadIdentityPools/github-actions/providers/github-actions-oidc