Skip to content

Commit

Permalink
Merge branch 'main' of github.com:seipan/loghook
Browse files Browse the repository at this point in the history
  • Loading branch information
seipan committed Sep 15, 2023
2 parents abfd79c + f53ffb6 commit d0e19b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
strategy:
matrix:
go-version: ['1.18', '1.19', '1.20']
go-version: ['1.18', '1.19', '1.20', '1.21']
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -34,3 +34,6 @@ jobs:
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: golangci-lint
uses: reviewdog/action-golangci-lint@v2

0 comments on commit d0e19b8

Please sign in to comment.