From 1124e9e9d292fefc3a38e4240e9cb5367ed04867 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 13 Aug 2025 03:09:04 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.0 --- .gitea/workflows/CI.yml | 4 ++-- .gitea/workflows/pr.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/CI.yml b/.gitea/workflows/CI.yml index f05780b..37e266a 100644 --- a/.gitea/workflows/CI.yml +++ b/.gitea/workflows/CI.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: 1.24.6 + go-version: 1.25.0 - name: golangci-lint uses: golangci/golangci-lint-action@v7 with: @@ -24,6 +24,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: 1.24.6 + go-version: 1.25.0 - name: Test run: go test ./... diff --git a/.gitea/workflows/pr.yml b/.gitea/workflows/pr.yml index b8f83cb..3e5367a 100644 --- a/.gitea/workflows/pr.yml +++ b/.gitea/workflows/pr.yml @@ -15,7 +15,7 @@ jobs: - name: Install go uses: actions/setup-go@v5 with: - go-version: 1.24.6 + go-version: 1.25.0 - name: Run Pull Request Lint Action uses: https://git.kjan.de/actions/pull-request-lint@main -- 2.49.1