Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit c2499bf

Browse files
committed
GitHub CI: drop use of 'dep' and fully use Go modules
1 parent 5bd3cc5 commit c2499bf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,7 @@ jobs:
2323
id: go
2424

2525
- name: Get dependencies
26-
run: |
27-
go get -v -t -d ./...
28-
if [ -f Gopkg.toml ]; then
29-
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
30-
dep ensure
31-
fi
26+
run: go mod download
3227

3328
- name: Build
3429
run: go build -v .

0 commit comments

Comments
 (0)