diff --git a/bin/build.sh b/bin/build.sh index 2007ffb..6649161 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -1,4 +1,8 @@ #!/bin/bash +- uses: actions/setup-go@v2 + with: + go-version: 1.21 + modules-directory: src # Step 1: Compile the Go code echo "Compiling Go code..."