summaryrefslogtreecommitdiff
path: root/.github/workflows/go.yml
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-04 18:17:20 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-05-04 18:17:20 +0200
commit6cf3f77c79ff916f50098ff20718bb60b01ae67e (patch)
tree27d055f881257de5b72ebe3bcc46060abed9fbd6 /.github/workflows/go.yml
parent11c8f1111c3f74ccc6bd4a3901f0eb447616f827 (diff)
downloadfeed2imap-go-0.1.1.tar.gz
feed2imap-go-0.1.1.tar.bz2
feed2imap-go-0.1.1.zip
Github workflows. Including releasev0.1.1
Diffstat (limited to '.github/workflows/go.yml')
-rw-r--r--.github/workflows/go.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 3f92c8d..296bad1 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -19,16 +19,12 @@ jobs:
go-version: 1.14
id: go
- - name: Check out code into the Go module directory
+ - name: Checkout
uses: actions/checkout@v2
- name: Get dependencies
run: |
go get -v -t -d ./...
- if [ -f Gopkg.toml ]; then
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
- dep ensure
- fi
- name: Build
run: go build -v ./...