From b389d7c6e90c894dec75ddde7a3d10eda7c9112c Mon Sep 17 00:00:00 2001 From: sapcc-bot Date: Fri, 14 Feb 2025 10:22:22 +0000 Subject: [PATCH] Run go-makefile-maker --- .github/renovate.json | 4 ++-- .github/workflows/checks.yaml | 2 +- .github/workflows/ci.yaml | 4 ++-- .github/workflows/codeql.yaml | 2 +- Dockerfile | 2 +- go.mod | 2 +- shell.nix | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 522b474..f54ba3a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -12,7 +12,7 @@ ], "commitMessageAction": "Renovate: Update", "constraints": { - "go": "1.23" + "go": "1.24" }, "dependencyDashboardOSVVulnerabilitySummary": "all", "osvVulnerabilityAlerts": true, @@ -25,7 +25,7 @@ "matchPackageNames": [ "golang" ], - "allowedVersions": "1.23.x" + "allowedVersions": "1.24.x" }, { "matchPackageNames": [ diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 6559acb..cbc8ab1 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -29,7 +29,7 @@ jobs: uses: actions/setup-go@v5 with: check-latest: true - go-version: 1.23.6 + go-version: 1.24.0 - name: Run golangci-lint uses: golangci/golangci-lint-action@v6 with: diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1e24d89..fbef19e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: uses: actions/setup-go@v5 with: check-latest: true - go-version: 1.23.6 + go-version: 1.24.0 - name: Build all binaries run: make build-all test: @@ -47,6 +47,6 @@ jobs: uses: actions/setup-go@v5 with: check-latest: true - go-version: 1.23.6 + go-version: 1.24.0 - name: Run tests and generate coverage report run: make build/cover.out diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index e89902d..2c0497c 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -32,7 +32,7 @@ jobs: uses: actions/setup-go@v5 with: check-latest: true - go-version: 1.23.6 + go-version: 1.24.0 - name: Initialize CodeQL uses: github/codeql-action/init@v3 with: diff --git a/Dockerfile b/Dockerfile index 9a15552..88bebb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.23.6-alpine3.21 AS builder +FROM golang:1.24.0-alpine3.21 AS builder RUN apk add --no-cache --no-progress ca-certificates gcc git make musl-dev diff --git a/go.mod b/go.mod index a654a94..ef0e26b 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sapcc/http-keep-alive-monitor -go 1.23.0 +go 1.24 require ( github.com/prometheus/client_golang v1.20.5 diff --git a/shell.nix b/shell.nix index 87bc795..38244c4 100644 --- a/shell.nix +++ b/shell.nix @@ -9,7 +9,7 @@ mkShell { nativeBuildInputs = [ addlicense go-licence-detector - go_1_23 + go_1_24 golangci-lint gotools # goimports