chore(deps): update all non-major dependencies

This commit is contained in:
renovate[bot]
2026-02-17 18:31:43 +00:00
committed by Andrey Nering
parent fc5f6fa3aa
commit 39ce6a21ac
8 changed files with 1754 additions and 765 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v9
with:
version: v2.8.0
version: v2.10.1
lint-jsonschema:
runs-on: ubuntu-latest

View File

@@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v6
with:
go-version: '1.25.x'
go-version: '1.26.x'
cache: true
- uses: goreleaser/goreleaser-action@v6
with:

View File

@@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: 1.25.x
go-version: 1.26.x
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6

View File

@@ -21,7 +21,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version: 1.25.x
go-version: 1.26.x
- uses: actions/setup-node@v6
with: