Chore: update go version to v1.19 (#1463)

This commit is contained in:
Loyalsoldier 2023-02-08 18:31:27 +08:00 committed by GitHub
parent f08e01bf6a
commit f55369d4f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Set variables
run: |

View File

@ -2,7 +2,7 @@ name: Test PR
on:
pull_request:
branches:
- master
- master
jobs:
build:
name: Build
@ -12,7 +12,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Set variables
run: |
@ -31,7 +31,7 @@ jobs:
go run ./ --outputdir=../ --exportlists=category-ads-all,tld-cn,cn,tld-\!cn,geolocation-\!cn,apple,icloud
cd ../ && rm -rf code
mv dlc.dat TEST-${{ github.run_number }}-dlc.dat
- name: Upload TEST-${{ github.run_number }}-dlc.dat
uses: actions/upload-artifact@v3
with:

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/v2fly/domain-list-community
go 1.18
go 1.19
require (
github.com/v2fly/v2ray-core/v5 v5.3.0