Travis, Docker, and Kokoro all use different golang versions #947
Labels
area/internal
bugs related to kaniko development workflow
area/testing
Issues related to testing kaniko itself
kind/bug
Something isn't working
priority/p2
High impact feature/bug. Will get a lot of users happy
Milestone
Actual behavior
Kokoro, Travis, and the Kaniko Dockerfiles all use different Golang versions
Travis is 1.13
kaniko/.travis.yml
Line 5 in eafb802
Dockerfile is 1.12
kaniko/deploy/Dockerfile
Line 17 in eafb802
I have no idea what Kokoro is using but it's not 1.13 because
testing.Init
is not available and that was added in 1.13Expected behavior
Kokoro, Travis, and the Kaniko docker files should all use the same golang version
To Reproduce
N/A
Additional Information
Triage Notes for the Maintainers
--cache
flagThe text was updated successfully, but these errors were encountered: