We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4858a5a commit 8eaa3bfCopy full SHA for 8eaa3bf
1 file changed
.github/workflows/lint.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
os: [ubuntu-latest]
9
- go: [1.18, 1.19, "1.20", 1.21]
+ go: ["1.20", 1.21]
10
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
11
runs-on: ${{ matrix.os }}
12
0 commit comments