diff --git a/.forgejo/workflows/gosec.yml b/.forgejo/workflows/gosec.yml index 59132ba..27461db 100644 --- a/.forgejo/workflows/gosec.yml +++ b/.forgejo/workflows/gosec.yml @@ -13,9 +13,5 @@ jobs: steps: - name: Checkout uses: https://git.shadowhosting.xyz/actions/checkout@v4 - - uses: https://git.shadowhosting.xyz/actions/setup-go@v5 - with: - go-version: '1.22' - - run: go mod download - name: Run Gosec Security Scanner uses: https://git.shadowhosting.xyz/actions/goscan@main \ No newline at end of file