Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
fix go ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jdenquin committed Nov 28, 2023
1 parent e5f3037 commit e6a5bbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go-cli.yml → .github/workflows/go-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ jobs:
- name: Install dependencies
run: |
cd go
go mod download
go get github.com/stretchr/testify/assert
go get golang.org/x/net/context
- name: Run tests
run: |
cd go
Expand Down

0 comments on commit e6a5bbe

Please sign in to comment.