This commit is contained in:
parent
9b57184dff
commit
62b5cd661f
1 changed files with 8 additions and 8 deletions
|
@ -121,14 +121,14 @@ jobs:
|
|||
# push: true
|
||||
# tags: ${{ env.GITHUB_SERVER_URL }}/${{ secret.GITHUB_REPOSITORY_OWNER }}/loic:${{ github.sha }}
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.24'
|
||||
- name: Build Go Binary
|
||||
run: go mod tidy && go build -o loic
|
||||
- name: Test Go Binary
|
||||
run: go test
|
||||
# - name: Set up Go
|
||||
# uses: actions/setup-go@v3
|
||||
# with:
|
||||
# go-version: '1.24'
|
||||
# - name: Build Go Binary
|
||||
# run: go mod tidy && go build -o loic
|
||||
# - name: Test Go Binary
|
||||
# run: go test
|
||||
# - name: Debug Variables
|
||||
# run: |
|
||||
# env
|
||||
|
|
Loading…
Reference in a new issue