mirror of
https://github.com/Loyalsoldier/v2ray-rules-dat.git
synced 2024-11-10 15:05:38 +08:00
Update go version to match semver
This commit is contained in:
parent
3c628e3b8a
commit
ad1e85a29b
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -11,10 +11,10 @@ jobs:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Setup Go 1.14
|
||||
- name: Setup Go 1.x
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.14
|
||||
go-version: "^1.14"
|
||||
|
||||
- name: Set $GOPATH and more variables
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user