Skip to content

Commit c86c253

Browse files
committed
Drop support for go1.18 and go1.19
1 parent 3e02be0 commit c86c253

File tree

2 files changed

+1
-33
lines changed

2 files changed

+1
-33
lines changed

.github/workflows/debug.yml

-32
Original file line numberDiff line numberDiff line change
@@ -30,38 +30,6 @@ jobs:
3030
- name: Build
3131
run: |
3232
make test
33-
build_go118:
34-
name: Linux Debug build (Go 1.18)
35-
runs-on: ubuntu-latest
36-
steps:
37-
- name: Checkout
38-
uses: actions/checkout@v4
39-
with:
40-
fetch-depth: 0
41-
- name: Setup Go
42-
uses: actions/setup-go@v4
43-
with:
44-
go-version: ~1.18
45-
continue-on-error: true
46-
- name: Build
47-
run: |
48-
make test
49-
build_go119:
50-
name: Linux Debug build (Go 1.19)
51-
runs-on: ubuntu-latest
52-
steps:
53-
- name: Checkout
54-
uses: actions/checkout@v4
55-
with:
56-
fetch-depth: 0
57-
- name: Setup Go
58-
uses: actions/setup-go@v4
59-
with:
60-
go-version: ~1.19
61-
continue-on-error: true
62-
- name: Build
63-
run: |
64-
make test
6533
build_go120:
6634
name: Linux Debug build (Go 1.20)
6735
runs-on: ubuntu-latest

go.mod

+1-1
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)