This commit is contained in:
parent
9eed720f6b
commit
149175e3ce
1 changed files with 1 additions and 3 deletions
|
@ -14,8 +14,6 @@ jobs:
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
|
||||||
go-version: '1.21' # Replace with your desired Go version
|
|
||||||
|
|
||||||
- name: Compile Go binary
|
- name: Compile Go binary
|
||||||
run: |
|
run: |
|
||||||
|
@ -24,6 +22,6 @@ jobs:
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: go-binary
|
name: dohproxy
|
||||||
path: dohproxy
|
path: dohproxy
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue