Update the go version in a sample app.

This commit is contained in:
John Brownlee 2024-07-08 11:43:50 -07:00
parent 462c164bbd
commit 0cfa2f3df5
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@
# see https://github.com/moby/moby/issues/34129
ARG FDB_VERSION
FROM foundationdb/foundationdb:${FDB_VERSION} as fdb
FROM golang:1.21
FROM golang:1.22
ARG FDB_VERSION
WORKDIR /tmp

View File

@ -19,6 +19,6 @@
module foundationdb.org/docker/samples/golang/v0/fdb-demo-golang
go 1.21
go 1.22
require github.com/apple/foundationdb/bindings/go v0.0.0-20231107151356-57ccdb8fee6d