mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 19:25:52 +08:00
Merge pull request #11489 from apple/go-update
Update the go version in a sample app.
This commit is contained in:
commit
c1ba8acaab
@ -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…
x
Reference in New Issue
Block a user