diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd247ce..529b0f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,3 +1,4 @@ +#Continuous integration action name: Go Build & Test on: push: @@ -15,8 +16,6 @@ jobs: name: Build & Test steps: - uses: actions/checkout@v2 - - name: Update version - run: ./update-version.sh - uses: actions/setup-go@v2 with: go-version: '^1.14.0'