diff --git a/.github/workflows/autoupdate.yaml b/.github/workflows/autoupdate.yaml index 2cc5f59..8e9886d 100644 --- a/.github/workflows/autoupdate.yaml +++ b/.github/workflows/autoupdate.yaml @@ -56,7 +56,7 @@ jobs: apt-get install ca-certificates make -y update-ca-certificates go mod tidy - get -u -v ./... + go get -u -v ./... go mod tidy -v - name: Run unit tests