Skip to content

Commit

Permalink
Merge pull request #60 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
CI: run `go mod tidy` after modifying `go.mod`
  • Loading branch information
AkihiroSuda authored Mar 5, 2024
2 parents c7daf1e + 7a6a02d commit 8d82056
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/init_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ echo "===== Prepare ====="
curl -fsSL https://github.com/containerd/nerdctl/archive/refs/tags/v${NERDCTL_VERSION}.tar.gz | tar Cxz ~/
cd ~/nerdctl-${NERDCTL_VERSION}
echo "replace github.com/rootless-containers/bypass4netns => /home/$TEST_USER/bypass4netns" >> go.mod
go mod tidy
make
sudo rm -f /usr/local/bin/nerdctl
sudo cp _output/nerdctl /usr/local/bin/nerdctl
Expand Down

0 comments on commit 8d82056

Please sign in to comment.