docker / compose-on-kubernetes

Deploy applications described in Compose onto Kubernetes clusters
Apache License 2.0
1.42k stars 159 forks source link

Bump Go version for CI #93

Closed chris-crone closed 5 years ago

chris-crone commented 5 years ago

Bump the version of Go used by the CI to 1.12.1.

codecov-io commented 5 years ago

Codecov Report

Merging #93 into master will decrease coverage by 0.08%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #93      +/-   ##
==========================================
- Coverage   66.07%   65.99%   -0.09%     
==========================================
  Files          88       88              
  Lines       10987    10987              
==========================================
- Hits         7260     7251       -9     
- Misses       3441     3448       +7     
- Partials      286      288       +2
Impacted Files Coverage Δ
internal/controller/stackreconciler.go 73.4% <0%> (-6.39%) :arrow_down:
internal/controller/resourceupdater.go 50.45% <0%> (-2.76%) :arrow_down:

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 3fcc42f...0ef5321. Read the comment docs.

chris-crone commented 5 years ago

We've already merged a bump for 1.12.1 so this just brings the CI inline with that. We should not do a release until we've got 1.12.2 though.