Skip to content

Commit

Permalink
Merge pull request #14 from axoflow/update-v0.98.0
Browse files Browse the repository at this point in the history
chore(release): prepare for v0.98.0
  • Loading branch information
OverOrion authored Apr 25, 2024
2 parents b48f6c6 + 64cee23 commit 2cb10e1
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 189 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
with:
distribution: goreleaser
version: v1.24.0
args: --snapshot --clean --skip-sign --skip-sbom --timeout 2h
args: --snapshot --clean --skip=sign,sbom --timeout 2h
env:
GOOS: ${{ matrix.GOOS }}
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.97.0
OTELCOL_BUILDER_VERSION ?= 0.98.0
OTELCOL_BUILDER_DIR ?= ${HOME}/bin
OTELCOL_BUILDER ?= ${OTELCOL_BUILDER_DIR}/ocb

Expand Down
Loading

0 comments on commit 2cb10e1

Please sign in to comment.