Chore: bump to go1.18rc1, use netip.Addr to replace net.IP with system TUN stack

This commit is contained in:
yaling888
2022-03-12 02:16:13 +08:00
parent 8333815e95
commit 8b4f9a35f6
19 changed files with 166 additions and 805 deletions

View File

@ -13,8 +13,11 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
#with:
# go-version: ${{ steps.version.outputs.go_version }}
with:
go-version: ${{ steps.version.outputs.go_version }}
go-version: 1.18.0-rc1
stable: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3

View File

@ -11,8 +11,11 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
#with:
# go-version: ${{ steps.version.outputs.go_version }}
with:
go-version: ${{ steps.version.outputs.go_version }}
go-version: 1.18.0-rc1
stable: false
- name: Check out code into the Go module directory
uses: actions/checkout@v3