Skip to content

Commit 485a1db

Browse files
committed
Apply more PR feedbacks
Signed-off-by: Jon Kartago Lamida <[email protected]>
1 parent b00e88f commit 485a1db

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/test-build.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
runs-on: ubuntu-latest
4040
strategy:
4141
matrix:
42+
# We want to make sure dskit can support multiple golang versions
43+
# by ensuring the test would pass using all these supported versions.
4244
go-version: ['1.20.x', '1.21.x']
4345
steps:
4446
- uses: actions/checkout@v4
@@ -48,9 +50,5 @@ jobs:
4850
go-version: ${{ matrix.go-version }}
4951
- name: Display Go version
5052
run: go version
51-
- name: Go mod check
52-
run: make mod-check
53-
- name: Lint
54-
run: make lint
5553
- name: Test
5654
run: make test

0 commit comments

Comments
 (0)