This commit is contained in:
Jason Kulatunga
2020-08-29 00:15:42 -07:00
parent b7e6281f83
commit 4610247207
+2 -2
View File
@@ -1,4 +1,4 @@
name: Greet Everyone
name: CI
# This workflow is triggered on pushes to the repository.
on: [push]
@@ -6,7 +6,7 @@ jobs:
build:
name: Build
runs-on: ubuntu-latest
container: golang:1.13golang:1.13
container: golang:1.13
steps:
- name: Download dependencies
run: go mod vendor