Skip to content

Bump go.opentelemetry.io/collector from 0.22.0 to 0.81.0 in /v2 #152

Bump go.opentelemetry.io/collector from 0.22.0 to 0.81.0 in /v2

Bump go.opentelemetry.io/collector from 0.22.0 to 0.81.0 in /v2 #152

Workflow file for this run

name: CIT Hotrod
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
hotrod:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Fetch git tags
run: |
git fetch --prune --unshallow --tags
- uses: actions/setup-go@v2
with:
go-version: ^1.16
- name: Export BRANCH variable
uses: ./.github/actions/setup-branch
- name: Install tools
run: make install-ci
- name: Build, test, and publish hotrod image
run: bash scripts/hotrod-integration-test.sh
env:
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
QUAY_TOKEN: ${{ secrets.QUAY_TOKEN }}