Skip to content

Commit

Permalink
Merge pull request #19 from RussellLuo/redesign-annotation
Browse files Browse the repository at this point in the history
Redesign the annotation syntax
  • Loading branch information
RussellLuo authored Nov 16, 2021
2 parents 1dee642 + 1a24108 commit 1a89e07
Show file tree
Hide file tree
Showing 68 changed files with 6,359 additions and 171 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.13
- name: Set up Go 1.14
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.14
id: go

- name: Check out code
Expand All @@ -27,10 +27,10 @@ jobs:
matrix:
os: [macOS-latest,ubuntu-latest]
steps:
- name: Set up Go 1.13
- name: Set up Go 1.14
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.14
id: go

- name: Check out code
Expand Down
Loading

0 comments on commit 1a89e07

Please sign in to comment.