Skip to content

Commit

Permalink
CI: FreeBSD: use Go 1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Mar 25, 2024
1 parent b668da5 commit 3809ec5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Vagrantfile.freebsd
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ Vagrant.configure("2") do |config|
sh.inline = <<~SHELL
#!/usr/bin/env bash
set -eux -o pipefail
pkg install -y go containerd runj
# `pkg install go` still installs Go 1.20 (March 2024)
pkg install -y go122 containerd runj
ln -s go122 /usr/local/bin/go
cd /vagrant
go install ./cmd/nerdctl
SHELL
Expand Down

0 comments on commit 3809ec5

Please sign in to comment.