Minor fix
This commit is contained in:
parent
ee225c977f
commit
a1267f4bcc
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: Go
|
name: Go
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build-1.12:
|
build-112:
|
||||||
name: Build with Go 1.12
|
name: Build with Go 1.12
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
@ -17,7 +17,7 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: go build -mod vendor
|
run: go build -mod vendor
|
||||||
|
|
||||||
build-1.13:
|
build-113:
|
||||||
name: Build with Go 1.13
|
name: Build with Go 1.13
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user