mirror of
https://github.com/Loyalsoldier/v2ray-rules-dat.git
synced 2024-11-27 08:04:04 +08:00
Chore: bump actions/setup-go from 3 to 4
This commit is contained in:
parent
03b709e5ac
commit
67b3167659
10
.github/workflows/run.yml
vendored
10
.github/workflows/run.yml
vendored
@ -12,11 +12,6 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Go 1.x.y
|
|
||||||
uses: actions/setup-go@v3
|
|
||||||
with:
|
|
||||||
go-version: ^1.18
|
|
||||||
|
|
||||||
- name: Set variables
|
- name: Set variables
|
||||||
run: |
|
run: |
|
||||||
echo "RELEASE_NAME=Released on $(date +%Y%m%d%H%M)" >> $GITHUB_ENV
|
echo "RELEASE_NAME=Released on $(date +%Y%m%d%H%M)" >> $GITHUB_ENV
|
||||||
@ -59,6 +54,11 @@ jobs:
|
|||||||
repository: cokebar/gfwlist2dnsmasq
|
repository: cokebar/gfwlist2dnsmasq
|
||||||
path: gfwlist2dnsmasq
|
path: gfwlist2dnsmasq
|
||||||
|
|
||||||
|
- name: Setup Go
|
||||||
|
uses: actions/setup-go@v4
|
||||||
|
with:
|
||||||
|
go-version-file: ./custom/go.mod
|
||||||
|
|
||||||
- name: Get geoip.dat relative files
|
- name: Get geoip.dat relative files
|
||||||
run: |
|
run: |
|
||||||
wget https://github.com/Loyalsoldier/geoip/raw/release/geoip.dat
|
wget https://github.com/Loyalsoldier/geoip/raw/release/geoip.dat
|
||||||
|
Loading…
Reference in New Issue
Block a user