Skip to content

Commit 3b204b5

Browse files
author
sapcc-bot
committed
Run go-makefile-maker and autoupdate dependencies
go: upgraded github.com/sapcc/go-api-declarations v1.21.1 => v1.22.0
1 parent 43b6568 commit 3b204b5

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/setup-go@v6
3030
with:
3131
check-latest: true
32-
go-version: 1.26.2
32+
go-version: 1.26.3
3333
- name: Run golangci-lint
3434
uses: golangci/golangci-lint-action@v9
3535
with:

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/setup-go@v6
3333
with:
3434
check-latest: true
35-
go-version: 1.26.2
35+
go-version: 1.26.3
3636
- name: Build all binaries
3737
run: make build-all
3838
code_coverage:
@@ -65,7 +65,7 @@ jobs:
6565
uses: actions/setup-go@v6
6666
with:
6767
check-latest: true
68-
go-version: 1.26.2
68+
go-version: 1.26.3
6969
- name: Run tests and generate coverage report
7070
run: make build/cover.out
7171
- name: Archive code coverage results

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/setup-go@v6
3333
with:
3434
check-latest: true
35-
go-version: 1.26.2
35+
go-version: 1.26.3
3636
- name: Initialize CodeQL
3737
uses: github/codeql-action/init@v4
3838
with:

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: 2025 SAP SE or an SAP affiliate company
22
# SPDX-License-Identifier: Apache-2.0
33

4-
FROM golang:1.26.2-alpine3.23 AS builder
4+
FROM golang:1.26.3-alpine3.23 AS builder
55

66
RUN apk add --no-cache --no-progress ca-certificates gcc git make musl-dev
77

@@ -14,7 +14,7 @@ RUN make -C /src install PREFIX=/pkg GOTOOLCHAIN=local
1414
# To only build the tests run: docker build . --target test
1515
# We can't do `FROM builder AS test` here, as then make prepare-static-check would not be cached during interactive use when developing
1616
# and caching all the tools, especially golangci-lint, takes a few minutes.
17-
FROM golang:1.26.2-alpine3.23 AS test
17+
FROM golang:1.26.3-alpine3.23 AS test
1818

1919
COPY Makefile /src/Makefile
2020

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/gophercloud/utils/v2 v2.0.0-20260424064311-2eeed4ceb3e9
1111
github.com/onsi/ginkgo/v2 v2.28.3
1212
github.com/onsi/gomega v1.40.0
13-
github.com/sapcc/go-api-declarations v1.21.1
13+
github.com/sapcc/go-api-declarations v1.22.0
1414
k8s.io/api v0.36.0
1515
k8s.io/apimachinery v0.36.0
1616
k8s.io/client-go v0.36.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ github.com/prometheus/procfs v0.19.2/go.mod h1:M0aotyiemPhBCM0z5w87kL22CxfcH05Zp
131131
github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ=
132132
github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc=
133133
github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM=
134-
github.com/sapcc/go-api-declarations v1.21.1 h1:7mv8+bT95f5mZtEV6/IXQ8dLGD0sZAQ4vZetPzO+EbU=
135-
github.com/sapcc/go-api-declarations v1.21.1/go.mod h1:x3V8bzg7Y4kmbA+DeWWwKteFEdCCSiVQdwRXj4fGAYY=
134+
github.com/sapcc/go-api-declarations v1.22.0 h1:nU/eJ6OO54Z9YSo1gWinD0A2etrfZObCwYdB9xA0VWE=
135+
github.com/sapcc/go-api-declarations v1.22.0/go.mod h1:x3V8bzg7Y4kmbA+DeWWwKteFEdCCSiVQdwRXj4fGAYY=
136136
github.com/spf13/cobra v1.10.2 h1:DMTTonx5m65Ic0GOoRY2c16WCbHxOOw6xxezuLaBpcU=
137137
github.com/spf13/cobra v1.10.2/go.mod h1:7C1pvHqHw5A4vrJfjNwvOdzYu0Gml16OCs2GRiTUUS4=
138138
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=

0 commit comments

Comments
 (0)