summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-01-09 22:46:17 +0700
committerShulhan <ms@kilabit.info>2022-01-09 22:46:17 +0700
commit351589137091f5831034ccecd2f6772ff3b78cf8 (patch)
treeb93be5bc573aae41f0ffd2b7449679245bb05573
parentd7d165de8a4746a0edacaef8ba5763df11228dcd (diff)
downloadpakakeh.go-351589137091f5831034ccecd2f6772ff3b78cf8.tar.xz
github/workflows: remove step to get dependencies
The Go module should handle the dependencies automatically.
-rw-r--r--.github/workflows/go.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 2c7927b1..c52fc7d3 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -16,10 +16,6 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v1
- - name: Get dependencies
- run: |
- go get -v -t -d ./...
-
- name: Build
run: go build -v ./...