Skip to content

Commit

Permalink
added back go stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed Apr 2, 2024
1 parent e12a083 commit 0b461da
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ jobs:
ref: ${{ github.head_ref }} # required for better experience using pre-releases
fetch-depth: '0'

# - name: Checkout go
# uses: actions/setup-go@v4
# with:
# go-version: '1.22' # The Go version to download (if necessary) and use.
- name: Checkout go
uses: actions/setup-go@v4
with:
go-version: '1.22' # The Go version to download (if necessary) and use.

# - name: Go version
# id: Version
# run: go version
- name: Go version
id: Version
run: go version

# - name: Go download
# run: go mod download
- name: Go download
run: go mod download

# - name: Go test
# run: go test -v ./...
# continue-on-error: false
- name: Go test
run: go test -v ./...
continue-on-error: false

- name: Create release
run: |
Expand Down

0 comments on commit 0b461da

Please sign in to comment.