We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d97b719 commit 2a16e4eCopy full SHA for 2a16e4e
.github/workflows/test.yml
@@ -10,20 +10,12 @@ jobs:
10
- name: Set up Go 1.12
11
uses: actions/setup-go@v1
12
with:
13
- go-version: 1.12
+ go-version: 1.13.1
14
id: go
15
16
- name: Check out code into the Go module directory
17
uses: actions/checkout@v1
18
19
- - name: Get dependencies
20
- run: |
21
- go get -v -t -d ./...
22
- if [ -f Gopkg.toml ]; then
23
- curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
24
- dep ensure
25
- fi
26
-
27
- name: Build
28
run: go build -v .
29
0 commit comments