Skip to content

Commit

Permalink
Run go-makefile-maker
Browse files Browse the repository at this point in the history
  • Loading branch information
sapcc-bot committed Feb 14, 2025
1 parent c0d9106 commit 081f258
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"commitMessageAction": "Renovate: Update",
"constraints": {
"go": "1.23"
"go": "1.24"
},
"dependencyDashboardOSVVulnerabilitySummary": "all",
"osvVulnerabilityAlerts": true,
Expand All @@ -25,7 +25,7 @@
"matchPackageNames": [
"golang"
],
"allowedVersions": "1.23.x"
"allowedVersions": "1.24.x"
},
{
"matchPackageNames": [
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -47,7 +47,7 @@ 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: |
sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sapcc/limes

go 1.23
go 1.24

require (
github.com/databus23/goslo.policy v0.0.0-20210929125152-81bf2876dbdb
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mkShell {
nativeBuildInputs = [
addlicense
go-licence-detector
go_1_23
go_1_24
golangci-lint
gotools # goimports
postgresql_17
Expand Down

0 comments on commit 081f258

Please sign in to comment.