1. 25 Aug, 2020 1 commit
    • Daniel Martí's avatar
      CI: test with Go 1.14 and 1.15, drop 1.12 · 30f1901a
      Daniel Martí authored
      The common policy is to support the two latest versions of Go. Do that,
      since our previous state meant a version of Go that's pretty old and
      unused at this point.
      
      Also simplify the travis yaml. First, GO111MODULE=on hasn't been needed
      for a while, since it defaults to "on" if go.mod exists. We also don't
      need redundant steps like "go mod download" or "go build"; "go test"
      already does all of that for us. The "go fmt" check is also pointless,
      as it only formats the code without actually complaining if it isn't
      properly formatted.
      
      Finally, update the Go version in go.mod to 1.14, since that's the
      oldest version we test against and support at this point. This version
      sets, for example, what language features we can use.
      
      And, while at it, "go mod tidy".
      30f1901a
  2. 22 Jan, 2020 1 commit
    • Eric Myhre's avatar
      Library updates. · 4e6a8c0b
      Eric Myhre authored
      Be aware I'm using the go mod files blindly, and actually testing and
      developing using the git submodules.
      
      I actually only wanted one update here -- the go-wish library bump,
      for a specific new feature I wanted for some work on another branch --
      but as long as I'm here, apparently all these bumps break nothing.
      4e6a8c0b
  3. 07 Jul, 2019 1 commit