From 5adb65b72d8ef985e36d12e842b1ec83db063fd4 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Wed, 20 Nov 2019 02:43:22 +0200 Subject: [PATCH] minor Former-commit-id: 9eb9668bddc5640652974d423d880f4797409718 --- .github/FUNDING.yml | 3 ++- .github/workflows/go.yml | 39 +++++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 85fbf7d4..4a77ec84 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -2,4 +2,5 @@ # open_collective: # Replace with a single Open Collective username # ko_fi: # Replace with a single Ko-fi username # tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel -custom: https://iris-go.com/donate # Replace with a single custom sponsorship URL +# custom: https://iris-go.com/donate # Replace with a single custom sponsorship URL +github: kataras \ No newline at end of file diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d0d894a0..ee7cdcad 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,24 +1,23 @@ -# name: Go -# on: [push] -# jobs: +name: Go +on: [push] +jobs: -# build: -# name: Build -# runs-on: ubuntu-latest -# steps: + build: + name: Build + runs-on: ubuntu-latest + steps: -# - name: Set up Go 1.13 -# uses: actions/setup-go@v1 -# with: -# go-version: 1.13 -# id: go + - name: Set up Go 1.13 + uses: actions/setup-go@v1 + with: + go-version: 1.13 + id: go -# - name: Check out code into the Go module directory -# uses: actions/checkout@master + - name: Check out code into the Go module directory + uses: actions/checkout@master -# - name: Get dependencies -# run: | -# go get -v -t -d ./... -# - name: Build -# run: go build -v . -# Billing required ^ \ No newline at end of file + # - name: Get dependencies + # run: | + # go get -v -t -d ./... + - name: Build + run: go build -v . \ No newline at end of file