forked from Mirrors/gomuks
ci: don't run lint on go 1.22
This commit is contained in:
parent
0080981512
commit
b23f2913e0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go-version: ["1.22", "1.23"]
|
go-version: ["1.23"]
|
||||||
name: Lint and test ${{ matrix.go-version == '1.23' && '(latest)' || '(old)' }}
|
name: Lint and test ${{ matrix.go-version == '1.23' && '(latest)' || '(old)' }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Reference in a new issue