Skip to content

Commit

Permalink
Merge pull request firecracker-microvm#546 from swagatbora90/update_g…
Browse files Browse the repository at this point in the history
…o_min

Update min go version to 1.18
  • Loading branch information
swagatbora90 authored Apr 9, 2024
2 parents 58cd01a + 3c57088 commit e211d4c
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 3,465 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
go: ['1.17', '1.18', '1.19', '1.20']
go: ['1.18', '1.19', '1.20', '1.21', '1.22']
os: ['ubuntu-22.04']
fail-fast: false
name: ${{ matrix.os }} / Go ${{ matrix.go }}
Expand Down
2 changes: 1 addition & 1 deletion .hack/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module hack
go 1.11

require (
github.com/awslabs/tc-redirect-tap v0.0.0-20220715050423-f2af44521093 // indirect
github.com/awslabs/tc-redirect-tap v0.0.0-20240408144842-496fddc89db6 // indirect
github.com/containernetworking/plugins v1.1.1 // indirect
github.com/kunalkushwaha/ltag v0.2.3 // indirect
)
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ $(FC_TEST_BIN_PATH)/static:
$(call install_go,github.com/containernetworking/plugins/plugins/ipam/static,v1.1.1)

$(FC_TEST_BIN_PATH)/tc-redirect-tap:
$(call install_go,github.com/awslabs/tc-redirect-tap/cmd/tc-redirect-tap,v0.0.0-20220715050423-f2af44521093)
$(call install_go,github.com/awslabs/tc-redirect-tap/cmd/tc-redirect-tap,v0.0.0-20240408144842-496fddc89db6)

$(FC_TEST_DATA_PATH)/ltag:
$(call install_go,github.com/kunalkushwaha/ltag,v0.2.3)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Please see [HACKING](HACKING.md)
Building
---

This library requires Go 1.17 or later and Go modules to build. A Makefile is provided
This library requires Go 1.18 or later and Go modules to build. A Makefile is provided
for convenience, but is not required. When using the Makefile, you can pass
additional flags to the Go compiler via the `EXTRAGOARGS` make variable.

Expand Down
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Firecracker is an open-source virtualization technology that is purpose-built
for creating and managing secure, multi-tenant containers and functions-based
services. See https://firecracker-microvm.github.io/ for more details.
This library requires Go 1.17 or later and can be used with Go modules.
This library requires Go 1.18 or later and can be used with Go modules.
BUG(aws): There are some Firecracker features that are not yet supported by the
SDK. These are tracked as GitHub issues with the firecracker-feature label:
Expand Down
2 changes: 1 addition & 1 deletion examples/cmd/snapshotting/.hack/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ module hack
go 1.11

require (
github.com/awslabs/tc-redirect-tap v0.0.0-20220715050423-f2af44521093 // indirect
github.com/awslabs/tc-redirect-tap v0.0.0-20240408144842-496fddc89db6 // indirect
github.com/containernetworking/plugins v1.1.1 // indirect
)
2 changes: 1 addition & 1 deletion examples/cmd/snapshotting/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ bin:
mkdir -p bin

bin/tc-redirect-tap: bin
$(call install_go,github.com/awslabs/tc-redirect-tap/cmd/tc-redirect-tap,v0.0.0-20220715050423-f2af44521093)
$(call install_go,github.com/awslabs/tc-redirect-tap/cmd/tc-redirect-tap,v0.0.0-20240408144842-496fddc89db6)

bin/ptp: bin
$(call install_go,github.com/containernetworking/plugins/plugins/main/ptp,v1.1.1)
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/firecracker-microvm/firecracker-go-sdk

go 1.17
go 1.18

require (
github.com/containerd/fifo v1.1.0
Expand Down
3,457 changes: 0 additions & 3,457 deletions go.sum

Large diffs are not rendered by default.

0 comments on commit e211d4c

Please sign in to comment.