feat: improve build system

This commit is contained in:
Evsyukov Denis 2024-02-08 20:52:49 +03:00
parent d3a2aa8fb0
commit a2e9c9952f
No known key found for this signature in database
6 changed files with 52 additions and 46 deletions

View file

@ -6,17 +6,18 @@ on:
pull_request:
branches:
- '**'
workflow_dispatch:
jobs:
test:
name: Test wireproxy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setting up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: "1.20"
go-version: "1.21"
- name: Install dependencies
run: sudo apt install wireguard curl
- name: Building wireproxy