Bump go version to 1.24

This commit is contained in:
Volodymyr Zotov
2025-06-13 16:22:18 -05:00
parent d1be03edd0
commit 0582c2d6e1
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.22 as builder
FROM golang:1.24 as builder
ARG TARGETOS
ARG TARGETARCH

4
go.mod
View File

@@ -1,8 +1,8 @@
module github.com/1Password/onepassword-operator
go 1.22.0
go 1.24
toolchain go1.24.1
toolchain go1.24.4
require (
github.com/1Password/connect-sdk-go v1.5.3