From dd2b87ebd54ac6dd18f9b006e86c437a810906de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edu=20G=C3=B3mez=20Escandell?= Date: Wed, 25 Oct 2023 12:32:32 +0200 Subject: [PATCH] Remove go.mod manipulation in debian build --- .github/workflows/qa-azure.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/qa-azure.yaml b/.github/workflows/qa-azure.yaml index 696babec8..6b670a814 100644 --- a/.github/workflows/qa-azure.yaml +++ b/.github/workflows/qa-azure.yaml @@ -20,16 +20,9 @@ jobs: steps: - name: Check out repository uses: actions/checkout@v4 - # The following two steps are a workaround because vulnerability checker requires Go 1.21.3 which is not yet available on the archive. - # That requirement only affects test code using mocks, so we don't yet depend on such contracts. - # We should be safe with Go 1.21.1 for a while, until dependencies start to rely on the latest version. - uses: actions/setup-go@v4 with: go-version-file: go.work - - name: Constrain go version - shell: bash - working-directory: wsl-pro-service - run: go mod edit -go 1.21.1 - name: Build debian package uses: canonical/desktop-engineering/gh-actions/common/build-debian@main with: