Update the go version in a sample app.
This commit is contained in:
parent
462c164bbd
commit
0cfa2f3df5
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue