From 2bb96627ac73d43320e979325ca13d5b8be5723e Mon Sep 17 00:00:00 2001 From: Carey Balboa Date: Tue, 10 Oct 2023 09:53:17 -0500 Subject: [PATCH] Updated Go version and GitHub Actions workflow --- bin/build.sh | 4 ++++ 1 file changed, 4 insertions(+) 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..."