mirror of
https://github.com/Loyalsoldier/v2ray-rules-dat.git
synced 2024-11-10 15:05:38 +08:00
Upgrade to go v1.14
This commit is contained in:
parent
f274e3c512
commit
7d958f8de9
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -12,10 +12,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Go 1.13
|
- name: Setup Go 1.14
|
||||||
uses: actions/setup-go@v1
|
uses: actions/setup-go@v1
|
||||||
with:
|
with:
|
||||||
go-version: 1.13
|
go-version: 1.14
|
||||||
id: go
|
id: go
|
||||||
|
|
||||||
- name: Set $GOPATH and more variables
|
- name: Set $GOPATH and more variables
|
||||||
|
Loading…
Reference in New Issue
Block a user