Skip to content

Commit 73569f4

Browse files
authored
Upgrades Feb 26 (#126)
1 parent b9bd078 commit 73569f4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ module github.com/PowerDNS/simpleblob
22

33
go 1.24.0
44

5-
toolchain go1.25.1
5+
toolchain go1.25.6
66

77
require (
88
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1
99
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.3
1010
github.com/PowerDNS/go-tlsconfig v0.0.0-20221101135152-0956853b28df
1111
github.com/go-logr/logr v1.4.3
1212
github.com/minio/minio-go/v7 v7.0.98
13-
github.com/prometheus/client_golang v1.23.0
13+
github.com/prometheus/client_golang v1.23.2
1414
github.com/prometheus/common v0.67.5
1515
github.com/sirupsen/logrus v1.9.4
1616
github.com/stretchr/testify v1.11.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
140140
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
141141
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c h1:ncq/mPwQF4JjgDlrVEn3C11VoGHZN7m8qihwgMEtzYw=
142142
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c/go.mod h1:OmDBASR4679mdNQnz2pUhc2G8CO2JrUAVFDRBDP/hJE=
143-
github.com/prometheus/client_golang v1.23.0 h1:ust4zpdl9r4trLY/gSjlm07PuiBq2ynaXXlptpfy8Uc=
144-
github.com/prometheus/client_golang v1.23.0/go.mod h1:i/o0R9ByOnHX0McrTMTyhYvKE4haaf2mW08I+jGAjEE=
143+
github.com/prometheus/client_golang v1.23.2 h1:Je96obch5RDVy3FDMndoUsjAhG5Edi49h0RJWRi/o0o=
144+
github.com/prometheus/client_golang v1.23.2/go.mod h1:Tb1a6LWHB3/SPIzCoaDXI4I8UHKeFTEQ1YCr+0Gyqmg=
145145
github.com/prometheus/client_model v0.6.2 h1:oBsgwpGs7iVziMvrGhE53c/GrLUsZdHnqNwqPLxwZyk=
146146
github.com/prometheus/client_model v0.6.2/go.mod h1:y3m2F6Gdpfy6Ut/GBsUqTWZqCUvMVzSfMLjcu6wAwpE=
147147
github.com/prometheus/common v0.67.5 h1:pIgK94WWlQt1WLwAC5j2ynLaBRDiinoAb86HZHTUGI4=

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ go test -count=1 "$@" ./...
3636

3737
echo
3838
echo 'Running linters'
39-
expected_version=2.4.0
39+
expected_version=2.8.0
4040
golangci_lint_bin=./bin/golangci-lint
4141
if ! "$golangci_lint_bin" version | grep -wq "version $expected_version"; then
4242
# This is the recommended installation process.

0 commit comments

Comments
 (0)