mirror of https://github.com/go-co-op/gocron.git
Add go1.25 tests
This commit is contained in:
parent
cc3a1dbf46
commit
8db262bc02
|
|
@ -14,6 +14,7 @@
|
|||
go-version:
|
||||
- "1.23"
|
||||
- "1.24"
|
||||
- "1.25"
|
||||
name: lint and test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
@ -26,6 +27,6 @@
|
|||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v8.0.0
|
||||
with:
|
||||
version: v2.1.5
|
||||
version: v2.4.0
|
||||
- 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: v2.1.5
|
||||
rev: v2.4.0
|
||||
hooks:
|
||||
- id: golangci-lint
|
||||
- repo: https://github.com/TekWizely/pre-commit-golang
|
||||
|
|
|
|||
Loading…
Reference in New Issue