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 11, 2024
1 parent 3e02be0 commit c86c253
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,38 +30,6 @@ jobs:
- name: Build
run: |
make test
build_go118:
name: Linux Debug build (Go 1.18)
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: ~1.18
continue-on-error: true
- name: Build
run: |
make test
build_go119:
name: Linux Debug build (Go 1.19)
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: ~1.19
continue-on-error: true
- name: Build
run: |
make test
build_go120:
name: Linux Debug build (Go 1.20)
runs-on: ubuntu-latest
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

go 1.18
go 1.20

require (
github.com/stretchr/testify v1.9.0
Expand Down

0 comments on commit c86c253

Please sign in to comment.