From 5451ea27f754d642018ebd8dac6ff64169a17926 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Nov 2025 19:44:52 +0000 Subject: [PATCH 1/2] Update module github.com/linode/linodego to v1.61.0 --- go.mod | 4 ++-- go.sum | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index d961666d..cec5b194 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/ianschenck/envflag v0.0.0-20140720210342-9111d830d133 github.com/jaypipes/ghw v0.19.1 github.com/linode/go-metadata v0.2.2 - github.com/linode/linodego v1.60.0 + github.com/linode/linodego v1.61.0 github.com/martinjungblut/go-cryptsetup v0.0.0-20220520180014-fd0874fd07a6 github.com/prometheus/client_golang v1.23.2 github.com/stretchr/testify v1.11.1 @@ -73,7 +73,7 @@ require ( go.opentelemetry.io/proto/otlp v1.7.1 // indirect go.yaml.in/yaml/v2 v2.4.2 // indirect go.yaml.in/yaml/v3 v3.0.4 // indirect - golang.org/x/oauth2 v0.31.0 // indirect + golang.org/x/oauth2 v0.32.0 // indirect golang.org/x/term v0.36.0 // indirect golang.org/x/text v0.30.0 // indirect golang.org/x/time v0.9.0 // indirect diff --git a/go.sum b/go.sum index cc0de7d6..353ef1e9 100644 --- a/go.sum +++ b/go.sum @@ -82,8 +82,8 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0 github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw= github.com/linode/go-metadata v0.2.2 h1:UbgM0tC5lnIpF1GrWieuZLs47t+Tnt8js1QScLO7FUM= github.com/linode/go-metadata v0.2.2/go.mod h1:yJUJMW1qfji7pzKdzhpBcYyxqcFRrUUKDxBOSVv2OhE= -github.com/linode/linodego v1.60.0 h1:SgsebJFRCi+lSmYy+C40wmKZeJllGGm+W12Qw4+yVdI= -github.com/linode/linodego v1.60.0/go.mod h1:1+Bt0oTz5rBnDOJbGhccxn7LYVytXTIIfAy7QYmijDs= +github.com/linode/linodego v1.61.0 h1:9g20NWl+/SbhDFj6X5EOZXtM2hBm1Mx8I9h8+F3l1LM= +github.com/linode/linodego v1.61.0/go.mod h1:64o30geLNwR0NeYh5HM/WrVCBXcSqkKnRK3x9xoRuJI= github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0= github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc= github.com/martinjungblut/go-cryptsetup v0.0.0-20220520180014-fd0874fd07a6 h1:YDjLk3wsL5ZLhLC4TIwIvT2NkSCAdAV6pzzZaRfj4jk= @@ -182,8 +182,8 @@ golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwY golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM= golang.org/x/net v0.46.0 h1:giFlY12I07fugqwPuWJi68oOnpfqFnJIJzaIIm2JVV4= golang.org/x/net v0.46.0/go.mod h1:Q9BGdFy1y4nkUwiLvT5qtyhAnEHgnQ/zd8PfU6nc210= -golang.org/x/oauth2 v0.31.0 h1:8Fq0yVZLh4j4YA47vHKFTa9Ew5XIrCP8LC6UeNZnLxo= -golang.org/x/oauth2 v0.31.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA= +golang.org/x/oauth2 v0.32.0 h1:jsCblLleRMDrxMN29H3z/k1KliIvpLgCkE6R8FXXNgY= +golang.org/x/oauth2 v0.32.0/go.mod h1:lzm5WQJQwKZ3nwavOZ3IS5Aulzxi68dUSgRHujetwEA= golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= From bfd02d1a10d2c4c4ca06edcd80f5f8cc6ca10240 Mon Sep 17 00:00:00 2001 From: Khaja Omer Date: Fri, 21 Nov 2025 12:37:02 -0600 Subject: [PATCH 2/2] Remove redundant build constraint comments The `// +build` syntax is deprecated in favor of the `//go:build` directive introduced in Go 1.17. Remove the redundant `// +build linux` comments from test files that already have the modern `//go:build linux` directive. --- internal/driver/nodeserver_helpers_linux_test.go | 1 - internal/driver/nodeserver_luks_encryption_test.go | 1 - 2 files changed, 2 deletions(-) diff --git a/internal/driver/nodeserver_helpers_linux_test.go b/internal/driver/nodeserver_helpers_linux_test.go index 05c0a667..3948c535 100644 --- a/internal/driver/nodeserver_helpers_linux_test.go +++ b/internal/driver/nodeserver_helpers_linux_test.go @@ -1,5 +1,4 @@ //go:build linux -// +build linux package driver diff --git a/internal/driver/nodeserver_luks_encryption_test.go b/internal/driver/nodeserver_luks_encryption_test.go index 8c434c0e..b878effa 100644 --- a/internal/driver/nodeserver_luks_encryption_test.go +++ b/internal/driver/nodeserver_luks_encryption_test.go @@ -1,5 +1,4 @@ //go:build linux -// +build linux package driver