diff --git a/build/sip/Dockerfile b/build/sip/Dockerfile index 942d5da4..a7b26c3a 100644 --- a/build/sip/Dockerfile +++ b/build/sip/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG GOVERSION=1.24 +ARG GOVERSION=1.25 FROM golang:$GOVERSION AS builder