1
0
Fork 0
forked from Mirrors/gomuks

ci: don't run lint on go 1.22

This commit is contained in:
Tulir Asokan 2024-10-09 21:27:39 +03:00
parent 0080981512
commit b23f2913e0

View file

@ -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: