mirror of https://github.com/go-co-op/gocron.git
chore: add go1.24 to ci (#833)
This commit is contained in:
parent
2769f0940f
commit
1fe8c5cca3
|
|
@ -15,6 +15,7 @@
|
|||
- "1.21"
|
||||
- "1.22"
|
||||
- "1.23"
|
||||
- "1.24"
|
||||
name: lint and test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
@ -25,8 +26,8 @@
|
|||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v6.3.2
|
||||
uses: golangci/golangci-lint-action@v6.5.0
|
||||
with:
|
||||
version: v1.61.0
|
||||
version: v1.64.5
|
||||
- name: test
|
||||
run: make test_ci
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ repos:
|
|||
- id: end-of-file-fixer
|
||||
- id: trailing-whitespace
|
||||
- repo: https://github.com/golangci/golangci-lint
|
||||
rev: v1.61.0
|
||||
rev: v1.64.5
|
||||
hooks:
|
||||
- id: golangci-lint
|
||||
- repo: https://github.com/TekWizely/pre-commit-golang
|
||||
|
|
|
|||
Loading…
Reference in New Issue