diff --git a/.gitea/workflows/CI.yml b/.gitea/workflows/CI.yml index 23d4be6..a1000cd 100644 --- a/.gitea/workflows/CI.yml +++ b/.gitea/workflows/CI.yml @@ -11,9 +11,9 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: 1.24.2 + go-version: 1.24.5 - name: golangci-lint - uses: golangci/golangci-lint-action@v7 + uses: golangci/golangci-lint-action@v8 with: version: v2.0 @@ -24,6 +24,6 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: 1.24.2 + go-version: 1.24.5 - name: Test run: go test ./... diff --git a/.gitea/workflows/pr.yml b/.gitea/workflows/pr.yml index bea49c0..ad1f024 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.2 + go-version: 1.24.5 - name: Run Pull Request Lint Action uses: https://git.kjan.de/actions/pull-request-lint@main