Skip to content

Commit 2a16e4e

Browse files
committed
update go version and rm dep step
1 parent d97b719 commit 2a16e4e

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,12 @@ jobs:
1010
- name: Set up Go 1.12
1111
uses: actions/setup-go@v1
1212
with:
13-
go-version: 1.12
13+
go-version: 1.13.1
1414
id: go
1515

1616
- name: Check out code into the Go module directory
1717
uses: actions/checkout@v1
1818

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-
2719
- name: Build
2820
run: go build -v .
2921

0 commit comments

Comments
 (0)