Skip to content

Commit

Permalink
cocoa: Add NSWorkspace (#111)
Browse files Browse the repository at this point in the history
* gen: propagate errors

* cocoa: Add NSWorkspace

* github: update go versions

* gen: reflect signature
  • Loading branch information
tmc committed Jul 2, 2023
1 parent 9ccbe63 commit a315f70
Show file tree
Hide file tree
Showing 8 changed files with 2,009 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ jobs:
test:
strategy:
matrix:
go-version: [1.17.x, 1.16.x]
go-version: [stable, oldstable]
os: [macos-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Test
run: go test -v ./...
Loading

0 comments on commit a315f70

Please sign in to comment.