We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a384fc3 + e7d7db9 commit e47c680Copy full SHA for e47c680
examples/docker-compose.yml
@@ -47,7 +47,7 @@ services:
47
48
doc-runner-golang:
49
container_name: doc-runner-golang
50
- image: golang:1.22-alpine
+ image: golang:1.24-alpine
51
command: >
52
ash -c '
53
apk update && apk add git make build-base;
examples/key/sign/sign.go
@@ -47,7 +47,7 @@ func main() {
if err != nil {
log.Println(err)
}
- fmt.Printf("Hash: %+v" + hash)
+ fmt.Printf("Hash: %+v", hash)
signatures, err := authenticityClient.GetSignatures(signedRecord)
0 commit comments