mirror of
https://github.com/MetaCubeX/meta-rules-dat.git
synced 2024-11-13 04:55:35 +08:00
Fix sing-geoip build
This commit is contained in:
parent
e3d995dfc3
commit
313fa51a39
4
.github/workflows/run.yml
vendored
4
.github/workflows/run.yml
vendored
@ -12,10 +12,10 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Setup Go 1.x.y
|
||||
- name: Setup Go 1.19.6
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: ^1.18
|
||||
go-version: 1.19.6
|
||||
|
||||
- name: Set variables
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user