Skip to content

Commit 8eaa3bf

Browse files
committed
chore: remove support for older Go versions in lint workflow
- Remove support for Go versions 1.18 and 1.19 in the lint workflow Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 parent 4858a5a commit 8eaa3bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
os: [ubuntu-latest]
9-
go: [1.18, 1.19, "1.20", 1.21]
9+
go: ["1.20", 1.21]
1010
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
1111
runs-on: ${{ matrix.os }}
1212

0 commit comments

Comments
 (0)