## # See https://github.com/GoogleContainerTools/container-structure-test # for schema definition ## schemaVersion: 2.0.0 fileExistenceTests: - name: 'go' path: '/usr/local/go/bin/go' shouldExist: true permissions: '-rwxr-xr-x' commandTests: - name: 'go version' command: 'go' args: ['version'] expectedOutput: ["go version go1.23"]