File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
compatibility-test :
110
110
strategy :
111
111
matrix :
112
- go-version : [1.17, 1.16]
112
+ go-version : [1.18, 1. 17, 1.16]
113
113
os : [ubuntu-latest, macos-latest, windows-latest]
114
114
# GitHub Actions does not support arm* architectures on default
115
115
# runners. It is possible to acomplish this with a self-hosted runner
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
13
13
This update is a breaking change of the unstable Metrics API.
14
14
Code instrumented with the ` go.opentelemetry.io/otel/metric ` will need to be modified.
15
15
16
+ ### Added
17
+
18
+ - Add go 1.18 to our compatibility tests. (#2679 )
19
+
16
20
### Changed
17
21
18
22
- The metrics API has been significantly changed. (#2587 )
Original file line number Diff line number Diff line change @@ -41,20 +41,28 @@ This project is tested on the following systems.
41
41
42
42
| OS | Go Version | Architecture |
43
43
| ------- | ---------- | ------------ |
44
+ | Ubuntu | 1.18 | amd64 |
44
45
| Ubuntu | 1.17 | amd64 |
45
46
| Ubuntu | 1.16 | amd64 |
47
+ | Ubuntu | 1.18 | 386 |
46
48
| Ubuntu | 1.17 | 386 |
47
49
| Ubuntu | 1.16 | 386 |
50
+ | MacOS | 1.18 | amd64 |
48
51
| MacOS | 1.17 | amd64 |
49
52
| MacOS | 1.16 | amd64 |
53
+ | Windows | 1.18 | amd64 |
50
54
| Windows | 1.17 | amd64 |
51
55
| Windows | 1.16 | amd64 |
56
+ | Windows | 1.18 | 386 |
52
57
| Windows | 1.17 | 386 |
53
58
| Windows | 1.16 | 386 |
54
59
55
60
While this project should work for other systems, no compatibility guarantees
56
61
are made for those systems currently.
57
62
63
+ Go 1.18 was added in March of 2022.
64
+ Go 1.16 will be removed around June 2022.
65
+
58
66
## Getting Started
59
67
60
68
You can find a getting started guide on [ opentelemetry.io] ( https://opentelemetry.io/docs/go/getting-started/ ) .
You can’t perform that action at this time.
0 commit comments