Improved build action
This commit is contained in:
parent
149175e3ce
commit
2270f0d967
2 changed files with 6 additions and 0 deletions
|
@ -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
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
.session.vim
|
||||||
|
dohproxy
|
Loading…
Reference in a new issue