Skip to content

Commit 0f7233a

Browse files
committed
gha: remove step to manually install dependencies
the go module should take care of downloading the module. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 6168cbc commit 0f7233a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,5 @@ jobs:
2323
- uses: actions/setup-go@v3
2424
with:
2525
go-version: ${{ matrix.golang }}
26-
- name: Change GO11MODULES
27-
run: go env -w GO111MODULE=auto
28-
- name: Install requirements
29-
run: |
30-
go get github.com/philhofer/fwd
31-
go get github.com/tinylib/msgp
3226
- name: Test
3327
run: go test -v ./fluent

0 commit comments

Comments
 (0)