Skip to content

Commit

Permalink
Auto-merge for PR #35 via VersionBot
Browse files Browse the repository at this point in the history
moving to golang 1.10.2 and update testing setup
  • Loading branch information
resin-io-versionbot[bot] authored Jun 11, 2018
2 parents f24beaf + 6a0feb8 commit 18895a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml → .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
working_directory: /go/src/github.com/resin-io/sshproxy
docker:
- image: golang:1.8.3
- image: golang:1.10.2
steps:
- checkout
- run:
Expand Down
2 changes: 2 additions & 0 deletions .errcheck.exclude
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
io.Copy
(net.Conn).Close
fmt.Fprintf
fmt.Fprintln
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/).

## v1.4.4 - 2018-06-11

* Moving to golang 1.10.2 and update testing setup #35 [Gergely Imreh]

## v1.4.3 - 2018-02-02

* Remove excessively verbose logging #32 [Will Boyce]
Expand Down

0 comments on commit 18895a3

Please sign in to comment.