Skip to content

Commit d828de0

Browse files
Renovate: Update External dependencies
1 parent 092ddf0 commit d828de0

File tree

9 files changed

+13
-17
lines changed

9 files changed

+13
-17
lines changed

.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@v5
3030
with:
3131
check-latest: true
32-
go-version: 1.24.6
32+
go-version: 1.25.0
3333
- name: Run golangci-lint
3434
uses: golangci/golangci-lint-action@v8
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@v5
3333
with:
3434
check-latest: true
35-
go-version: 1.24.6
35+
go-version: 1.25.0
3636
- name: Build all binaries
3737
run: make build-all
3838
test:
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/setup-go@v5
4848
with:
4949
check-latest: true
50-
go-version: 1.24.6
50+
go-version: 1.25.0
5151
- name: Run tests and generate coverage report
5252
run: make build/cover.out
5353
- name: Upload coverage report to Coveralls

.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@v5
3333
with:
3434
check-latest: true
35-
go-version: 1.24.6
35+
go-version: 1.25.0
3636
- name: Initialize CodeQL
3737
uses: github/codeql-action/init@v3
3838
with:

.github/workflows/run-go-makefile-maker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/setup-go@v5
2828
with:
2929
check-latest: true
30-
go-version: 1.24.6
30+
go-version: 1.25.0
3131

3232
- name: Build, run and push
3333
run: |

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/sapcc/go-makefile-maker
33
go 1.24
44

55
require (
6-
github.com/majewsky/gg v1.1.0
6+
github.com/majewsky/gg v1.2.0
77
github.com/sapcc/go-api-declarations v1.17.3
88
github.com/sapcc/go-bits v0.0.0-20250814121725-04e492184b75
99
github.com/spf13/pflag v1.0.7

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/hashicorp/golang-lru/v2 v2.0.7 h1:a+bsQ5rvGLjzHuww6tVxozPZFVghXaHOwFs4luLUK2k=
22
github.com/hashicorp/golang-lru/v2 v2.0.7/go.mod h1:QeFd9opnmA6QUJc5vARoKUSoFhyfM2/ZepoAG6RGpeM=
3-
github.com/majewsky/gg v1.1.0 h1:rvbQAUVJ8Q0RWZF26k3BxQBbQnRj3CdIN+Aaqu1qaJo=
4-
github.com/majewsky/gg v1.1.0/go.mod h1:KC7qUlln1VBY90OE0jXMNjXW2b9B4jJ1heYQ08OzeAg=
3+
github.com/majewsky/gg v1.2.0 h1:1uGShPW+L0m/JLMybhT0h1yHlEMeb/o865Ed5vNVHKE=
4+
github.com/majewsky/gg v1.2.0/go.mod h1:KC7qUlln1VBY90OE0jXMNjXW2b9B4jJ1heYQ08OzeAg=
55
github.com/sapcc/go-api-declarations v1.17.3 h1:ILRfsFD9ChSeekyzlDInLMqjC830gBcyK6ULlFdP45I=
66
github.com/sapcc/go-api-declarations v1.17.3/go.mod h1:MWmLjmvjftgyAugNUfIhsDsHIzXH1pn32cWLZpiluKg=
77
github.com/sapcc/go-bits v0.0.0-20250814121725-04e492184b75 h1:uu7Fwlz+tYOSCCYxbKBBuqGt22ss4mH7UCj4cAbZsJQ=

vendor/github.com/majewsky/gg/LICENSE

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/majewsky/gg/option/option.go

Lines changed: 3 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
github.com/hashicorp/golang-lru/v2
44
github.com/hashicorp/golang-lru/v2/internal
55
github.com/hashicorp/golang-lru/v2/simplelru
6-
# github.com/majewsky/gg v1.1.0
6+
# github.com/majewsky/gg v1.2.0
77
## explicit; go 1.24
88
github.com/majewsky/gg/option
99
# github.com/sapcc/go-api-declarations v1.17.3

0 commit comments

Comments
 (0)