Skip to content

Commit

Permalink
[chore] prepare v0.71.0 (#287)
Browse files Browse the repository at this point in the history
Added the changes from #283 and #285

Signed-off-by: Alex Boten <aboten@lightstep.com>
  • Loading branch information
Alex Boten authored Feb 9, 2023
1 parent d1c3e08 commit 258d7dc
Show file tree
Hide file tree
Showing 4 changed files with 196 additions and 190 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/ci-goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ on:
jobs:
check-goreleaser:
name: Check GoReleaser Configuration
strategy:
matrix:
GOOS: [linux, windows, darwin]
runs-on: ubuntu-20.04

steps:
Expand Down Expand Up @@ -45,5 +48,9 @@ jobs:
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser-pro
version: latest
args: --snapshot --rm-dist --skip-sign --skip-sbom --timeout 2h
args: --snapshot --rm-dist --skip-sign --skip-sbom --timeout 2h --split
env:
GOOS: ${{ matrix.GOOS }}
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GO ?= go
GORELEASER ?= goreleaser

OTELCOL_BUILDER_VERSION ?= 0.70.0
OTELCOL_BUILDER_VERSION ?= 0.71.0
OTELCOL_BUILDER_DIR ?= ${HOME}/bin
OTELCOL_BUILDER ?= ${OTELCOL_BUILDER_DIR}/ocb

Expand Down
Loading

0 comments on commit 258d7dc

Please sign in to comment.