Skip to content

Commit 980b4e4

Browse files
authored
Merge branch 'main' into feat/digitalocean-provider
2 parents 4443db4 + 15b9e37 commit 980b4e4

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
- id: end-of-file-fixer
1010
- id: trailing-whitespace
1111
- repo: https://github.com/golangci/golangci-lint
12-
rev: v2.12.1
12+
rev: v2.12.2
1313
hooks:
1414
- id: golangci-lint
1515
- repo: https://github.com/igorshubovych/markdownlint-cli
@@ -18,7 +18,7 @@ repos:
1818
- id: markdownlint
1919
exclude: '^(CHANGELOG.md)$'
2020
- repo: https://github.com/mrtazz/checkmake
21-
rev: v0.3.0
21+
rev: v0.3.2
2222
hooks:
2323
- id: checkmake
2424
exclude: '^docker/Dockerfile.make$' # actually a Dockerfile and not a makefile

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# renovate: datasource=github-releases depName=mvdan/gofumpt
2-
GOFUMPT_VERSION := v0.9.2
2+
GOFUMPT_VERSION := v0.10.0
33
# renovate: datasource=github-releases depName=golangci/golangci-lint
4-
GOLANGCI_LINT_VERSION := v2.12.1
4+
GOLANGCI_LINT_VERSION := v2.12.2
55

66
GO_PACKAGES ?= $(shell go list ./... | grep -v /vendor/)
77

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/urfave/cli/v3 v3.8.0
2020
github.com/vultr/govultr/v3 v3.31.1
2121
go.woodpecker-ci.org/woodpecker/v3 v3.14.0
22-
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f
22+
golang.org/x/exp v0.0.0-20260508232706-74f9aab9d74a
2323
golang.org/x/net v0.53.0
2424
golang.org/x/oauth2 v0.36.0
2525
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ go.yaml.in/yaml/v2 v2.4.3 h1:6gvOSjQoTB3vt1l+CU+tSyi/HOjfOjRLJ4YwYZGwRO0=
116116
go.yaml.in/yaml/v2 v2.4.3/go.mod h1:zSxWcmIDjOzPXpjlTTbAsKokqkDNAVtZO0WOMiT90s8=
117117
go.yaml.in/yaml/v4 v4.0.0-rc.3 h1:3h1fjsh1CTAPjW7q/EMe+C8shx5d8ctzZTrLcs/j8Go=
118118
go.yaml.in/yaml/v4 v4.0.0-rc.3/go.mod h1:aZqd9kCMsGL7AuUv/m/PvWLdg5sjJsZ4oHDEnfPPfY0=
119-
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f h1:W3F4c+6OLc6H2lb//N1q4WpJkhzJCK5J6kUi1NTVXfM=
120-
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f/go.mod h1:J1xhfL/vlindoeF/aINzNzt2Bket5bjo9sdOYzOsU80=
119+
golang.org/x/exp v0.0.0-20260508232706-74f9aab9d74a h1:+3jdDGGB8NGb1Zktc737jlt3/A5f6UlwSzmvqUuufxw=
120+
golang.org/x/exp v0.0.0-20260508232706-74f9aab9d74a/go.mod h1:d2fgXJLVs4dYDHUk5lwMIfzRzSrWCfGZb0ZqeLa/Vcw=
121121
golang.org/x/net v0.53.0 h1:d+qAbo5L0orcWAr0a9JweQpjXF19LMXJE8Ey7hwOdUA=
122122
golang.org/x/net v0.53.0/go.mod h1:JvMuJH7rrdiCfbeHoo3fCQU24Lf5JJwT9W3sJFulfgs=
123123
golang.org/x/oauth2 v0.36.0 h1:peZ/1z27fi9hUOFCAZaHyrpWG5lwe0RJEEEeH0ThlIs=

0 commit comments

Comments
 (0)