Skip to content

Commit

Permalink
Switch to 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
klizhentas committed Jun 13, 2018
1 parent 803b8e5 commit 73c3ba3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion build.assets/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN (curl -L https://github.com/coreos/etcd/releases/download/v3.0.16/etcd-v3.0.
apt-get install -y net-tools tree)

# Install Golang:
RUN mkdir -p /opt && cd /opt && curl https://storage.googleapis.com/golang/go1.9.2.linux-amd64.tar.gz | tar xz;\
RUN mkdir -p /opt && cd /opt && curl https://storage.googleapis.com/golang/go1.10.3.linux-amd64.tar.gz | tar xz;\
mkdir -p /gopath/src/github.com/gravitational/teleport;\
chmod a+w /gopath;\
chmod a+w /var/lib;\
Expand Down
2 changes: 0 additions & 2 deletions lib/sshutils/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,7 @@ func (s *ServerSuite) TestShutdown(c *C) {
}

func (s *ServerSuite) TestConfigureCiphers(c *C) {
called := false
fn := NewChanHandlerFunc(func(_ net.Conn, conn *ssh.ServerConn, nch ssh.NewChannel) {
called = true
nch.Reject(ssh.Prohibited, "nothing to see here")
})

Expand Down

0 comments on commit 73c3ba3

Please sign in to comment.