Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update/go1.19 #2675

Merged
merged 6 commits into from Aug 18, 2022
Merged

Update/go1.19 #2675

merged 6 commits into from Aug 18, 2022

Conversation

Aneurysm9
Copy link
Member

@Aneurysm9 Aneurysm9 commented Aug 17, 2022

Update the default version of Go for the CI workflow to 1.19 and add 1.19 to the test version matrix.

The default version needs to be updated to 1.19 as the latest version of golangci-lint requires 1.19. This then drives the need to eliminate the use of io/ioutil and make gofmt changes.

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
@codecov
Copy link

codecov bot commented Aug 17, 2022

Codecov Report

Merging #2675 (6e91c80) into main (ac4bad7) will not change coverage.
The diff coverage is 50.0%.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #2675   +/-   ##
=====================================
  Coverage   74.4%   74.4%           
=====================================
  Files        145     145           
  Lines       6681    6681           
=====================================
  Hits        4973    4973           
  Misses      1561    1561           
  Partials     147     147           
Impacted Files Coverage Δ
detectors/aws/ec2/ec2.go 89.0% <ø> (ø)
detectors/aws/ecs/ecs.go 54.7% <0.0%> (ø)
detectors/aws/eks/detector.go 35.6% <0.0%> (ø)
...tation/github.com/labstack/echo/otelecho/config.go 100.0% <ø> (ø)
instrumentation/net/http/otelhttp/config.go 87.8% <ø> (ø)
propagators/aws/xray/idgenerator.go 100.0% <ø> (ø)
propagators/b3/b3_config.go 100.0% <ø> (ø)
propagators/b3/b3_propagator.go 99.0% <ø> (ø)
...mplers/jaegerremote/internal/utils/rate_limiter.go 100.0% <ø> (ø)
samplers/probability/consistent/base2.go 100.0% <ø> (ø)
... and 3 more

Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
Signed-off-by: Anthony J Mirabella <a9@aneurysm9.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants