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 11
11
build :
12
12
strategy :
13
13
matrix :
14
- go : ['1.21 ', '1.22', '1.23 ']
14
+ go : ['1.23 ', '1.24 ']
15
15
os : ['ubuntu-22.04']
16
16
fail-fast : false
17
17
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)
21
21
Building
22
22
---
23
23
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
25
25
for convenience, but is not required. When using the Makefile, you can pass
26
26
additional flags to the Go compiler via the ` EXTRAGOARGS ` make variable.
27
27
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
18
18
for creating and managing secure, multi-tenant containers and functions-based
19
19
services. See https://firecracker-microvm.github.io/ for more details.
20
20
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.
22
22
23
23
BUG(aws): There are some Firecracker features that are not yet supported by the
24
24
SDK. These are tracked as GitHub issues with the firecracker-feature label:
Original file line number Diff line number Diff line change 1
1
module main
2
2
3
- go 1.21
3
+ go 1.23
4
4
5
5
require (
6
6
github.com/firecracker-microvm/firecracker-go-sdk v1.0.0
Original file line number Diff line number Diff line change 1
1
module github.com/firecracker-microvm/firecracker-go-sdk
2
2
3
- go 1.21
3
+ go 1.23
4
4
5
5
require (
6
6
github.com/containerd/fifo v1.1.0
You can’t perform that action at this time.
0 commit comments