Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua MacDonald committed Jun 22, 2021
1 parent b277217 commit 6eae065
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 207 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## Unreleased

## [1.0.0-RC1](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.0.0-RC1) - 2021-06-21

### Changed
- Update OpenTelemetry tracing dependencies to 1.0.0-RC1
- Update OpenTelemetry metrics dependencies to 0.21.0

## [0.20.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v0.20.0) - 2021-05-10

### Changed
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ifeq ($(UNAME_S),Darwin)
endif
endif

GOTEST_MIN = go test -v -timeout 30s
GOTEST_MIN = go test -v -timeout 60s
GOTEST = $(GOTEST_MIN) -race
GOTEST_WITH_COVERAGE = $(GOTEST) -coverprofile=coverage.txt -covermode=atomic -coverpkg=./...

Expand Down Expand Up @@ -163,4 +163,4 @@ endif

release_tag:
git tag v`cat ./VERSION`
git push origin v`cat ./VERSION`
git push origin v`cat ./VERSION`
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/lightstep/otel-launcher-go
go 1.14

require (
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/sethvargo/go-envconfig v0.3.2
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/collector v0.28.0
Expand Down
Loading

0 comments on commit 6eae065

Please sign in to comment.