diff --git a/build/sip/Dockerfile b/build/sip/Dockerfile index 36e9fad..f8e653f 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.22 +ARG GOVERSION=1.23 FROM golang:$GOVERSION AS builder