Skip to content

Commit af7b448

Browse files
committed
Drop support for go1.18 and go1.19
1 parent acd26c7 commit af7b448

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/debug.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@ name: Debug build
33
on:
44
push:
55
branches:
6+
- main
67
- dev
78
paths-ignore:
89
- '**.md'
910
- '.github/**'
1011
- '!.github/workflows/debug.yml'
1112
pull_request:
1213
branches:
14+
- main
1315
- dev
1416

1517
jobs:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sagernet/sing-dns
22

3-
go 1.18
3+
go 1.20
44

55
require (
66
github.com/miekg/dns v1.1.61

0 commit comments

Comments
 (0)