Fix sing-geoip build

This commit is contained in:
CHIZI-0618 2023-03-06 14:10:27 +08:00 committed by GitHub
parent e3d995dfc3
commit 313fa51a39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,10 +12,10 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Setup Go 1.x.y - name: Setup Go 1.19.6
uses: actions/setup-go@v3 uses: actions/setup-go@v3
with: with:
go-version: ^1.18 go-version: 1.19.6
- name: Set variables - name: Set variables
run: | run: |