Update build action
Some checks failed
Compile dohproxy / build (push) Failing after 6s

This commit is contained in:
Afonso Franco 2024-09-01 15:42:14 +01:00
parent 9eed720f6b
commit 149175e3ce
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54

View file

@ -14,8 +14,6 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21' # Replace with your desired Go version
- name: Compile Go binary
run: |
@ -24,6 +22,6 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: go-binary
name: dohproxy
path: dohproxy