Skip to content

Commit 2d79c5b

Browse files
authored
Update go.yml
1 parent 5ef90e2 commit 2d79c5b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/go.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@ on: ["push", "pull_request"]
55
jobs:
66
ci:
77
runs-on: ubuntu-latest
8-
strategy:
9-
matrix:
10-
go-version: [ '1.19', '1.20', '1.21.x' ]
118
steps:
129
- uses: actions/checkout@v4
1310
- uses: dominikh/[email protected]
14-
with:
15-
go-version: ${{ matrix.go-version }}
11+

0 commit comments

Comments
 (0)