Skip to content

Commit

Permalink
fix docker test file
Browse files Browse the repository at this point in the history
  • Loading branch information
slimm609 committed Sep 27, 2024
1 parent c7b053f commit 82f1913
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/slimm609/checksec

go 1.21.4
go 1.23.1

require (
github.com/fatih/color v1.17.0
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ fi
apt-get clean

pip3 install --upgrade pip
pip3 install setuptools demjson3
pip3 install setuptools demjson3 --break-system-packages

0 comments on commit 82f1913

Please sign in to comment.