From 855618af164026525cd655418ecec6d7a02c74b1 Mon Sep 17 00:00:00 2001 From: Tristan Isham Date: Tue, 6 Dec 2022 20:37:44 -0500 Subject: [PATCH 1/3] Create go.yml --- .github/workflows/go.yml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .github/workflows/go.yml diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml new file mode 100644 index 0000000..965fb6f --- /dev/null +++ b/.github/workflows/go.yml @@ -0,0 +1,31 @@ +# This workflow will build a golang project +# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go + +name: Go + +on: + push: + branches: [ "master" ] + pull_request: + branches: [ "master" ] + +jobs: + + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + + - name: Set up Go + uses: actions/setup-go@v3 + with: + go-version: 1.19 + - name: Install dependencies + run: | + go get . + + - name: Build + run: go build -v . + + - name: Test + run: go test -v . From 02d413e28c13b755732c5749dafc5872564c2cb6 Mon Sep 17 00:00:00 2001 From: Tristan Isham Date: Wed, 7 Dec 2022 14:17:26 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa99aea..0e2c631 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ can lead to headaches when you need multiple versions of a language installed to ## Installation Just download one of the release binaries for your system. No external dependencies required. Just a static binary. -Add `~/zvm/bin` to your path and `zvm` will automatically switch between versions of Zig before you. +Add `~/.zvm/bin` to your path and `zvm` will automatically switch between versions of Zig before you. ### Community Package #### AUR From 5250355df24c652c1f7aeceb3f9fd0f8d4e93a3f Mon Sep 17 00:00:00 2001 From: Tristan Isham Date: Wed, 7 Dec 2022 14:18:10 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e2c631..97e847d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ can lead to headaches when you need multiple versions of a language installed to ## Installation Just download one of the release binaries for your system. No external dependencies required. Just a static binary. -Add `~/.zvm/bin` to your path and `zvm` will automatically switch between versions of Zig before you. +Add `~/.zvm/bin` to your path and `zvm` will automatically switch between versions of Zig for you. ### Community Package #### AUR