diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0824e002c..dec3fc17e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -129,20 +129,6 @@ jobs: name: gocoverage-integration@${{ env.SHA }} path: dockerfiles/testsuite/gocoverage-integration/ - job_go_build_for_mac: - runs-on: ubuntu-latest - if: github.event_name == 'push' && startsWith(github.ref, 'refs/heads/release') - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-go@v5 - with: - go-version: '1.22' - - name: Run go build for Mac - run: | - # Some of our devs are on Mac. Ensure it builds. - # It's surprisingly hard with some deps like bazil.org/fuse. - GOOS=darwin go build ./... - call-docker-release: name: Docker needs: [job_go_checks, job_go_test, job_compose_test] diff --git a/go.mod b/go.mod index 9b2450d8f..080adcab2 100644 --- a/go.mod +++ b/go.mod @@ -5,10 +5,6 @@ go 1.22.0 // For testing purposes // replace go.vocdoni.io/proto => ../dvote-protobuf -// Don't upgrade bazil.org/fuse past v0.0.0-20200407214033-5883e5a4b512 for now, -// as it dropped support for GOOS=darwin. -// If you change its version, ensure that "GOOS=darwin go build ./..." still works. - require ( git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9 github.com/766b/chi-prometheus v0.0.0-20211217152057-87afa9aa2ca8