Skip to content

Commit

Permalink
Merge pull request #518 from desktop/go-or-no-go
Browse files Browse the repository at this point in the history
Don't need go any more
  • Loading branch information
niik authored Jan 15, 2025
2 parents a667239 + efb3068 commit f019170
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,6 @@ jobs:
submodules: recursive
# Needed for script/package.sh to work
fetch-depth: 0
- name: Install go
if: matrix.targetPlatform == 'macOS'
uses: actions/setup-go@v5
with:
go-version: '1.22.x'
- name: Install dependencies
run: npm install
- name: Check formatting
Expand Down

0 comments on commit f019170

Please sign in to comment.