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.21"
|
||||||
- "1.22"
|
- "1.22"
|
||||||
- "1.23"
|
- "1.23"
|
||||||
|
- "1.24"
|
||||||
name: lint and test
|
name: lint and test
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -25,8 +26,8 @@
|
||||||
with:
|
with:
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
- name: golangci-lint
|
- name: golangci-lint
|
||||||
uses: golangci/golangci-lint-action@v6.3.2
|
uses: golangci/golangci-lint-action@v6.5.0
|
||||||
with:
|
with:
|
||||||
version: v1.61.0
|
version: v1.64.5
|
||||||
- name: test
|
- name: test
|
||||||
run: make test_ci
|
run: make test_ci
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@ repos:
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- repo: https://github.com/golangci/golangci-lint
|
- repo: https://github.com/golangci/golangci-lint
|
||||||
rev: v1.61.0
|
rev: v1.64.5
|
||||||
hooks:
|
hooks:
|
||||||
- id: golangci-lint
|
- id: golangci-lint
|
||||||
- repo: https://github.com/TekWizely/pre-commit-golang
|
- repo: https://github.com/TekWizely/pre-commit-golang
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue