Skip to content

build(deps): bump go.opentelemetry.io/otel/log from 0.2.0-alpha to 0.4.0 in /dagger #331

build(deps): bump go.opentelemetry.io/otel/log from 0.2.0-alpha to 0.4.0 in /dagger

build(deps): bump go.opentelemetry.io/otel/log from 0.2.0-alpha to 0.4.0 in /dagger #331

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-goversion
- run: make lint
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-goversion
- uses: azure/setup-helm@v4
with:
version: '3.13.1'
- name: Install jsonnet
run: go install github.com/google/go-jsonnet/cmd/jsonnet@v0.20.0
- run: make test
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/setup-goversion
- run: make cross