Skip to content

Commit

Permalink
Drop support for go1.18 and go1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
nekohasekai committed Jun 7, 2024
1 parent d6e0a51 commit 3c6ca9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ name: Debug build
on:
push:
branches:
- main
- dev
paths-ignore:
- '**.md'
- '.github/**'
- '!.github/workflows/debug.yml'
pull_request:
branches:
- main
- dev

jobs:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sagernet/sing-dns

go 1.18
go 1.20

require (
github.com/miekg/dns v1.1.59
Expand Down

0 comments on commit 3c6ca9c

Please sign in to comment.