Skip to content

Commit

Permalink
Apply more PR feedbacks
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Kartago Lamida <me@lamida.net>
  • Loading branch information
lamida committed May 15, 2024
1 parent b00e88f commit 485a1db
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
# We want to make sure dskit can support multiple golang versions
# by ensuring the test would pass using all these supported versions.
go-version: ['1.20.x', '1.21.x']
steps:
- uses: actions/checkout@v4
Expand All @@ -48,9 +50,5 @@ jobs:
go-version: ${{ matrix.go-version }}
- name: Display Go version
run: go version
- name: Go mod check
run: make mod-check
- name: Lint
run: make lint
- name: Test
run: make test

0 comments on commit 485a1db

Please sign in to comment.