Merge pull request #11489 from apple/go-update

Update the go version in a sample app.
This commit is contained in:
John Brownlee 2024-07-09 11:17:10 -07:00 committed by GitHub
commit c1ba8acaab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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