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
|
# push: true
|
||||||
# tags: ${{ env.GITHUB_SERVER_URL }}/${{ secret.GITHUB_REPOSITORY_OWNER }}/loic:${{ github.sha }}
|
# tags: ${{ env.GITHUB_SERVER_URL }}/${{ secret.GITHUB_REPOSITORY_OWNER }}/loic:${{ github.sha }}
|
||||||
|
|
||||||
- name: Set up Go
|
# - name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
# uses: actions/setup-go@v3
|
||||||
with:
|
# with:
|
||||||
go-version: '1.24'
|
# go-version: '1.24'
|
||||||
- name: Build Go Binary
|
# - name: Build Go Binary
|
||||||
run: go mod tidy && go build -o loic
|
# run: go mod tidy && go build -o loic
|
||||||
- name: Test Go Binary
|
# - name: Test Go Binary
|
||||||
run: go test
|
# run: go test
|
||||||
# - name: Debug Variables
|
# - name: Debug Variables
|
||||||
# run: |
|
# run: |
|
||||||
# env
|
# env
|
||||||
|
|
Loading…
Reference in a new issue