File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
examples/cmd/snapshotting Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 build :
1212 strategy :
1313 matrix :
14- go : ['1.21 ', '1.22', '1.23 ']
14+ go : ['1.23 ', '1.24 ']
1515 os : ['ubuntu-22.04']
1616 fail-fast : false
1717 name : ${{ matrix.os }} / Go ${{ matrix.go }}
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Please see [HACKING](HACKING.md)
2121Building
2222---
2323
24- This library requires Go 1.18 or later and Go modules to build. A Makefile is provided
24+ This library requires Go 1.23 or later and Go modules to build. A Makefile is provided
2525for convenience, but is not required. When using the Makefile, you can pass
2626additional flags to the Go compiler via the ` EXTRAGOARGS ` make variable.
2727
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Firecracker is an open-source virtualization technology that is purpose-built
1818for creating and managing secure, multi-tenant containers and functions-based
1919services. See https://firecracker-microvm.github.io/ for more details.
2020
21- This library requires Go 1.18 or later and can be used with Go modules.
21+ This library requires Go 1.23 or later and can be used with Go modules.
2222
2323BUG(aws): There are some Firecracker features that are not yet supported by the
2424SDK. These are tracked as GitHub issues with the firecracker-feature label:
Original file line number Diff line number Diff line change 11module main
22
3- go 1.21
3+ go 1.23
44
55require (
66 github.com/firecracker-microvm/firecracker-go-sdk v1.0.0
Original file line number Diff line number Diff line change 11module github.com/firecracker-microvm/firecracker-go-sdk
22
3- go 1.21
3+ go 1.23
44
55require (
66 github.com/containerd/fifo v1.1.0
You can’t perform that action at this time.
0 commit comments