firecracker-microvm / firectl

firectl is a command-line tool to run Firecracker microVMs
Apache License 2.0
479 stars 72 forks source link

Upgrade go version used in buildkite from 1.15 to 1.17 #113

Closed fangn2 closed 1 year ago

fangn2 commented 1 year ago

Issue #, if available: CI is failing due to go version upgrade from to 1.15 to 1.17 in the build environment.

Description of changes: Change go PATH from 1.15 to 1.17 to align with go version change in the build environment to fix build issue.

Add support of go 1.17, 1.18, 1.19, 1.20.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

fangn2 commented 1 year ago

@turan18 Thanks for your review! Not necessarily need to bump the min supported version as it can be built fine with older go version like 1.14, 1.15. We don't have dependencies in the project that requires 1.17+ yet.
What we changed here is just version used in the build environment.