diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index d1814d1..7ae30fa 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -3,6 +3,7 @@ name: Debug build on: push: branches: + - main - dev paths-ignore: - '**.md' @@ -10,6 +11,7 @@ on: - '!.github/workflows/debug.yml' pull_request: branches: + - main - dev jobs: diff --git a/go.mod b/go.mod index 5305ff0..fc151e3 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sagernet/sing-dns -go 1.18 +go 1.20 require ( github.com/miekg/dns v1.1.59