Skip to content

Commit

Permalink
chore: remove support for older Go versions in lint workflow
Browse files Browse the repository at this point in the history
- Remove support for Go versions 1.18 and 1.19 in the lint workflow

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Oct 10, 2023
1 parent 4858a5a commit 8eaa3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
go: [1.18, 1.19, "1.20", 1.21]
go: ["1.20", 1.21]
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 8eaa3bf

Please sign in to comment.