Improved build action

This commit is contained in:
Afonso Franco 2024-09-01 15:44:51 +01:00
parent 149175e3ce
commit 2270f0d967
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54
2 changed files with 6 additions and 0 deletions

View file

@ -4,6 +4,8 @@ on:
push: push:
branches: branches:
- '*' - '*'
paths:
- dohproxy.go
jobs: jobs:
build: build:
@ -14,6 +16,8 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v4 uses: actions/setup-go@v4
with:
go-version: '1.23'
- name: Compile Go binary - name: Compile Go binary
run: | run: |

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
.session.vim
dohproxy