Skip to content

Commit

Permalink
Run go build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Apr 5, 2024
1 parent c91cd91 commit 4ff6377
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
fail-fast: false
matrix:
go-version: ["1.20", "1.21"]
name: Lint ${{ matrix.go-version == '1.22' && '(latest)' || '(old)' }}

steps:
- uses: actions/checkout@v4
Expand All @@ -32,3 +33,6 @@ jobs:

- name: Lint
run: pre-commit run -a

- name: Build
run: go build

0 comments on commit 4ff6377

Please sign in to comment.