File tree 5 files changed +15
-4
lines changed
5 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 14
14
# backwards compatibility with the previous two minor releases and we
15
15
# explicitly test our code for these versions so keeping this at prior
16
16
# versions does not add value.
17
- DEFAULT_GO_VERSION : " ~1.21.3 "
17
+ DEFAULT_GO_VERSION : " ~1.22.0 "
18
18
jobs :
19
19
lint :
20
20
runs-on : ubuntu-latest
90
90
compatibility-test :
91
91
strategy :
92
92
matrix :
93
- go-version : ["~1.21.3", "~1.20.10"]
93
+ go-version : ["~1.22.0", "~1. 21.3", "~1.20.10"]
94
94
os : [ubuntu-latest, macos-latest, windows-latest]
95
95
# GitHub Actions does not support arm* architectures on default
96
96
# runners. It is possible to acomplish this with a self-hosted runner
Original file line number Diff line number Diff line change 13
13
- name : Install Go
14
14
uses : actions/setup-go@v5
15
15
with :
16
- go-version : " ~1.21.3 "
16
+ go-version : " ~1.22.0 "
17
17
check-latest : true
18
18
cache-dependency-path : " **/go.sum"
19
19
Original file line number Diff line number Diff line change 13
13
ref : ${{ github.head_ref }}
14
14
- uses : actions/setup-go@v5
15
15
with :
16
- go-version : " ~1.21.3 "
16
+ go-version : " ~1.22.0 "
17
17
check-latest : true
18
18
cache-dependency-path : " **/go.sum"
19
19
- uses : evantorrie/mott-the-tidier@v1-beta
Original file line number Diff line number Diff line change @@ -8,9 +8,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
8
8
9
9
## [ Unreleased]
10
10
11
+ This release is the last to support [ Go 1.20] .
12
+ The next release will require at least [ Go 1.21] .
13
+
11
14
### Added
12
15
13
16
- Add the new ` go.opentelemetry.io/contrib/instrgen ` package to provide auto-generated source code instrumentation. (#3068 , #3108 )
17
+ - Support [ Go 1.22] . (#5082 )
14
18
15
19
### Removed
16
20
@@ -990,6 +994,8 @@ First official tagged release of `contrib` repository.
990
994
[ 0.7.0 ] : https://github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v0.7.0
991
995
[ 0.6.1 ] : https://github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v0.6.1
992
996
997
+ [ Go 1.22 ] : https://go.dev/doc/go1.22
998
+ [ Go 1.21 ] : https://go.dev/doc/go1.21
993
999
[ Go 1.20 ] : https://go.dev/doc/go1.20
994
1000
[ Go 1.19 ] : https://go.dev/doc/go1.19
995
1001
[ Go 1.18 ] : https://go.dev/doc/go1.18
Original file line number Diff line number Diff line change @@ -49,14 +49,19 @@ This project is tested on the following systems.
49
49
50
50
| OS | Go Version | Architecture |
51
51
| ------- | ---------- | ------------ |
52
+ | Ubuntu | 1.22 | amd64 |
52
53
| Ubuntu | 1.21 | amd64 |
53
54
| Ubuntu | 1.20 | amd64 |
55
+ | Ubuntu | 1.22 | 386 |
54
56
| Ubuntu | 1.21 | 386 |
55
57
| Ubuntu | 1.20 | 386 |
58
+ | MacOS | 1.22 | amd64 |
56
59
| MacOS | 1.21 | amd64 |
57
60
| MacOS | 1.20 | amd64 |
61
+ | Windows | 1.22 | amd64 |
58
62
| Windows | 1.21 | amd64 |
59
63
| Windows | 1.20 | amd64 |
64
+ | Windows | 1.22 | 386 |
60
65
| Windows | 1.21 | 386 |
61
66
| Windows | 1.20 | 386 |
62
67
You can’t perform that action at this time.
0 commit comments