mirror of
https://github.com/onedr0p/exportarr.git
synced 2026-02-06 10:57:32 +00:00
Update Go version requirement to 1.25
This commit is contained in:
parent
b2ba4ad86c
commit
0bc75b098d
2
.github/actions/lint/action.yaml
vendored
2
.github/actions/lint/action.yaml
vendored
@ -8,7 +8,7 @@ runs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: ">=1.23"
|
||||
go-version: ">=1.25"
|
||||
|
||||
- name: Run golangci-lint
|
||||
uses: golangci/golangci-lint-action@v8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user