diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96949d2..60445bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,23 +74,11 @@ jobs: container: image: ghcr.io/engity-com/build-images/go steps: - - name: Install Ubuntu dependencies - if: ${{ matrix.os == 'ubuntu-latest' }} - run: sudo apt install libpam0g-dev - - name: Checkout code uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Install Go - uses: actions/setup-go@v5 - with: - go-version-file: go.mod - check-latest: true - cache-dependency-path: | - go.sum - - name: Cache uses: actions/cache@v4 with: