firecracker-microvm / firecracker-go-sdk

An SDK in Go for the Firecracker microVM API
Apache License 2.0
485 stars 122 forks source link

Update go mod and fix buildkit run failure #547

Closed swagatbora90 closed 5 months ago

swagatbora90 commented 5 months ago

Issue #, if available:

Description of changes:

  1. Updates Buildkit go version since the go.mod file no longer supports go.1.17. Currently running go mod tidy fails with error

    go mod tidy: go.mod file indicates go 1.18, but maximum supported version is 1.17
  2. Run go mod tidy in examples/cmd/snapshotting

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