Skip to content

chore(deps): bump follow-redirects from 1.15.2 to 1.15.6 in /sdk/rust/crates/dagger-sdk/examples/test-the-application/app #11

chore(deps): bump follow-redirects from 1.15.2 to 1.15.6 in /sdk/rust/crates/dagger-sdk/examples/test-the-application/app

chore(deps): bump follow-redirects from 1.15.2 to 1.15.6 in /sdk/rust/crates/dagger-sdk/examples/test-the-application/app #11

Workflow file for this run

name: Go SDK
on:
push:
branches: ["main"]
pull_request:
types:
- opened
- synchronize
- reopened
- ready_for_review
# Enable manual trigger for easier debugging
workflow_dispatch:
permissions:
contents: read
pull-requests: write
jobs:
lint:
uses: ./.github/workflows/_dagger_call.yml
secrets: inherit
with:
function: sdk go lint
timeout: 10
test:
uses: ./.github/workflows/_dagger_call.yml
secrets: inherit
with:
function: sdk go test
timeout: 10
test-publish:
uses: ./.github/workflows/_dagger_call.yml
secrets: inherit
with:
function: sdk go publish --dry-run=true --tag=$GITHUB_REF
timeout: 10