Skip to content

Commit

Permalink
Checkout specific tag from otel
Browse files Browse the repository at this point in the history
  • Loading branch information
major committed Jan 26, 2024
1 parent c3470b5 commit 5940358
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prepare_source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v4

- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '>=1.21.6'

Expand All @@ -28,6 +28,7 @@ jobs:
with:
repository: open-telemetry/opentelemetry-collector
path: opentelemetry-collector
ref: 'v0.93.0'

- name: Build ocb
run: |
Expand Down

0 comments on commit 5940358

Please sign in to comment.