fix.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Greet Everyone
|
name: CI
|
||||||
# This workflow is triggered on pushes to the repository.
|
# This workflow is triggered on pushes to the repository.
|
||||||
on: [push]
|
on: [push]
|
||||||
|
|
||||||
@@ -6,7 +6,7 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: golang:1.13golang:1.13
|
container: golang:1.13
|
||||||
steps:
|
steps:
|
||||||
- name: Download dependencies
|
- name: Download dependencies
|
||||||
run: go mod vendor
|
run: go mod vendor
|
||||||
|
|||||||
Reference in New Issue
Block a user