Skip to content

Commit 5be8f36

Browse files
authored
Merge branch 'main' into feature/add-slog
2 parents 490c9d7 + ee585b7 commit 5be8f36

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v3
1919
with:
20-
go-version: 1.20
20+
go-version-file: 'go.mod'
21+
# go-version: "1.20.6"
2122

2223
- name: Build
2324
run: go build -v ./...

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# OpenTelemetry http
1+
# OpenTelemetry Helper functions
22

33
[![Go](https://github.com/vincentfree/opentelemetry/actions/workflows/go.yml/badge.svg)](https://github.com/vincentfree/opentelemetry/actions/workflows/go.yml)
44
[![CodeQL](https://github.com/vincentfree/opentelemetry/actions/workflows/codeql.yml/badge.svg)](https://github.com/vincentfree/opentelemetry/actions/workflows/codeql.yml)
@@ -99,4 +99,4 @@ type logConfig struct {
9999
spanId string
100100
attributePrefix string
101101
}
102-
```
102+
```

0 commit comments

Comments
 (0)