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

all: switch Go 1.12 #1058

Merged
merged 1 commit into from
Mar 14, 2019
Merged

all: switch Go 1.12 #1058

merged 1 commit into from
Mar 14, 2019

Conversation

dvyukov
Copy link
Collaborator

@dvyukov dvyukov commented Mar 14, 2019

Differences in code formatting between Go versions cause constant
problems for us (golang/go#25161).
Currently we support 1.9 and 1.10. Switch to newer 1.11 and 1.12.

Fixes #1013

Differences in code formatting between Go versions cause constant
problems for us (golang/go#25161).
Currently we support 1.9 and 1.10. Switch to newer 1.11 and 1.12.

Fixes google#1013
@dvyukov dvyukov merged commit d23e90a into google:master Mar 14, 2019
@codecov-io
Copy link

codecov-io commented Mar 14, 2019

Codecov Report

Merging #1058 into master will increase coverage by 0.65%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #1058      +/-   ##
=========================================
+ Coverage   67.15%   67.8%   +0.65%     
=========================================
  Files         117     117              
  Lines       20568   20354     -214     
=========================================
- Hits        13812   13802      -10     
+ Misses       6103    5915     -188     
+ Partials      653     637      -16
Impacted Files Coverage Δ
pkg/build/fuchsia.go 0% <0%> (ø) ⬆️
pkg/build/akaros.go 0% <0%> (ø) ⬆️
tools/syz-trace2syz/parser/strace.go 40.25% <0%> (+1.67%) ⬆️
tools/syz-trace2syz/parser/lex.go 93.88% <0%> (+4.35%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1e82084...eb2251e. Read the comment docs.

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.

2 participants