1
0
Fork 0
forked from Mirrors/gomuks

ci: update go version

This commit is contained in:
Tulir Asokan 2025-02-16 18:14:39 +02:00
parent ce60eb8a94
commit d1fd7f576a

View file

@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ["1.23"]
name: Lint Go ${{ matrix.go-version == '1.23' && '(latest)' || '(old)' }}
go-version: ["1.23", "1.24"]
name: Lint Go ${{ matrix.go-version == '1.24' && '(latest)' || '(old)' }}
steps:
- uses: actions/checkout@v4