File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 17
17
- name : Set up Go
18
18
uses : actions/setup-go@v3
19
19
with :
20
- go-version : 1.20
20
+ go-version-file : ' go.mod'
21
+ # go-version: "1.20.6"
21
22
22
23
- name : Build
23
24
run : go build -v ./...
Original file line number Diff line number Diff line change 1
- # OpenTelemetry http
1
+ # OpenTelemetry Helper functions
2
2
3
3
[ ![ Go] ( https://github.com/vincentfree/opentelemetry/actions/workflows/go.yml/badge.svg )] ( https://github.com/vincentfree/opentelemetry/actions/workflows/go.yml )
4
4
[ ![ 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 {
99
99
spanId string
100
100
attributePrefix string
101
101
}
102
- ```
102
+ ```
You can’t perform that action at this time.
0 commit comments