Skip to content

Commit 6e89f95

Browse files
chore(deps): update dependency go to v1.25.1 (#145)
| datasource | package | from | to | | -------------- | ------- | ------ | ------ | | golang-version | go | 1.24.6 | 1.25.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Signed-off-by: Leonardo Cecchi <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Leonardo Cecchi <[email protected]>
1 parent d17b81e commit 6e89f95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/cloudnative-pg/barman-cloud
22

33
go 1.24.0
44

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

77
require (
88
github.com/cloudnative-pg/machinery v0.3.1

pkg/utils/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
package utils
17+
package utils //nolint:revive
1818

1919
import (
2020
"testing"

0 commit comments

Comments
 (0)