Skip to content

Commit e78d0d7

Browse files
committed
Drop support for go1.18 and go1.19
1 parent 6816618 commit e78d0d7

File tree

2 files changed

+1
-33
lines changed

2 files changed

+1
-33
lines changed

.github/workflows/debug.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -37,38 +37,6 @@ jobs:
3737
- name: Build
3838
run: |
3939
make test
40-
build_go118:
41-
name: Linux Debug build (Go 1.18)
42-
runs-on: ubuntu-latest
43-
steps:
44-
- name: Checkout
45-
uses: actions/checkout@v4
46-
with:
47-
fetch-depth: 0
48-
- name: Setup Go
49-
uses: actions/setup-go@v4
50-
with:
51-
go-version: ~1.18
52-
continue-on-error: true
53-
- name: Build
54-
run: |
55-
make test
56-
build_go119:
57-
name: Linux Debug build (Go 1.19)
58-
runs-on: ubuntu-latest
59-
steps:
60-
- name: Checkout
61-
uses: actions/checkout@v4
62-
with:
63-
fetch-depth: 0
64-
- name: Setup Go
65-
uses: actions/setup-go@v4
66-
with:
67-
go-version: ~1.19
68-
continue-on-error: true
69-
- name: Build
70-
run: |
71-
make test
7240
build_go120:
7341
name: Linux Debug build (Go 1.20)
7442
runs-on: ubuntu-latest

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
22

3-
go 1.18
3+
go 1.20
44

55
require (
66
github.com/stretchr/testify v1.9.0

0 commit comments

Comments
 (0)