From fbfbacdc3b7840f77bb12214db7f242020e5b99e Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Wed, 14 Aug 2024 16:29:51 +0200 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 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 9ffe42d1c..8570f916b 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -12,7 +12,7 @@ ], "commitMessageAction": "Renovate: Update", "constraints": { - "go": "1.22" + "go": "1.23" }, "dependencyDashboardOSVVulnerabilitySummary": "all", "osvVulnerabilityAlerts": true, @@ -25,7 +25,7 @@ "matchPackageNames": [ "golang" ], - "allowedVersions": "1.22.x" + "allowedVersions": "1.23.x" }, { "matchPackageNames": [ diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 305c6f89e..9fd56a9ca 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -25,7 +25,7 @@ jobs: uses: actions/setup-go@v5 with: check-latest: true - go-version: 1.22.6 + go-version: 1.23.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 b0e3b53ac..07ebbe09e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,7 +28,7 @@ jobs: uses: actions/setup-go@v5 with: check-latest: true - go-version: 1.22.6 + go-version: 1.23.0 - name: Build all binaries run: make build-all test: @@ -43,7 +43,7 @@ jobs: uses: actions/setup-go@v5 with: check-latest: true - go-version: 1.22.6 + go-version: 1.23.0 - name: Run tests and generate coverage report run: make build/cover.out - name: Upload coverage report to Coveralls diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index bf3de5331..d7a5a06f4 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -28,7 +28,7 @@ jobs: uses: actions/setup-go@v5 with: check-latest: true - go-version: 1.22.6 + go-version: 1.23.0 - name: Initialize CodeQL uses: github/codeql-action/init@v3 with: diff --git a/Dockerfile b/Dockerfile index 2cf6dd0ee..4484a4001 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.6-alpine3.20 AS builder +FROM golang:1.23.0-alpine3.20 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 ef4c33a79..90b379cee 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sapcc/limes -go 1.22 +go 1.23 require ( github.com/databus23/goslo.policy v0.0.0-20210929125152-81bf2876dbdb