Skip to content

fix(deps): bump github.com/amnezia-vpn/amneziawg-go from 0.2.13 to 1.0.4 #6

fix(deps): bump github.com/amnezia-vpn/amneziawg-go from 0.2.13 to 1.0.4

fix(deps): bump github.com/amnezia-vpn/amneziawg-go from 0.2.13 to 1.0.4 #6

Workflow file for this run

name: Test
concurrency:
group: test-${{ github.event_name }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- 'main'
pull_request:
jobs:
build-test:
name: Build Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v5
with:
check-latest: true
go-version-file: 'go.mod'
- name: Run test
run: |
go test -v ./...