Skip to content

Commit

Permalink
chore: Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ikawaha committed Nov 22, 2022
1 parent c25b875 commit a2b1d03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,19 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: ['1.16.x', '1.17.x']
runs-on: ${{ matrix.os }}

steps:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}

- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
path: src/github.com/ikawaha/kanji

- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version-file: go.mod

- name: Build
run: go build -v ./...
working-directory: src/github.com/ikawaha/kanji
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog-golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: golangci-lint
uses: reviewdog/action-golangci-lint@v1.1.3
uses: reviewdog/action-golangci-lint@v2
with:
github_token: ${{ github.token }}
level: warning
Expand Down

0 comments on commit a2b1d03

Please sign in to comment.