Skip to content

Commit

Permalink
Bump go version.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigJk committed Nov 17, 2023
1 parent 3f1df53 commit 6db1eea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ GIT_BRANCH=$(git rev-parse --abbrev-ref HEAD)
TARGET_DIR=${SND_RELEASE_DIR:='build/release/'}
APP_NAME=${SND_APP_NAME:='Sales & Dungeons'}

echo "Build Time : ${BUILD_TIME}"
echo "Branch : ${GIT_BRANCH}"
echo "Commit : ${GIT_COMMIT}"
echo "Go Version : ${GO_VERSION}"
echo "Build OS : ${GOOS:=$(go env GOOS)}"
echo "Build Arch : ${GOARCH:=$(go env GOARCH)}"
echo "Build Tags : ${SND_TAGS}"
echo "Build Time : ${BUILD_TIME}"
echo "Branch : ${GIT_BRANCH}"
echo "Commit : ${GIT_COMMIT}"
echo "Go Version : ${GO_VERSION}"
echo "Build OS : ${GOOS:=$(go env GOOS)}"
echo "Build Arch : ${GOARCH:=$(go env GOARCH)}"
echo "Build Tags : ${SND_TAGS}"
echo "CGO Enabled : ${CGO_ENABLED}"

echo "Clearing old data..."
rm -r ${TARGET_DIR}/frontend || true
Expand Down
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/BigJk/snd

go 1.18
go 1.21

// CGO Problem: https://github.com/go-git/go-git/issues/624
replace github.com/pjbgf/sha1cd => github.com/pjbgf/sha1cd v0.2.3
Expand Down

0 comments on commit 6db1eea

Please sign in to comment.