Code Monkey home page Code Monkey logo

Comments (6)

chris-ramon avatar chris-ramon commented on July 21, 2024 1

@christianpv good catch!, closing this one.

from graphql.

sogko avatar sogko commented on July 21, 2024

I'm using Go 1.5 locally as well.
(Specifically go version go1.5.1 darwin/amd64)
Would be nice to know what everyone else here is using on their machine.

We can definitely test both 1.4 and 1.5 to the CI, just to see how well the code stand against previous minor version of Go.

Related question: Going forward, what's our strategy for supporting versions of Go?
It appears that Go releases a minor version (i.e. 1.4 -> 1.5) on a 6-month cycle, somewhat
(Anyone know the official word on this?)

We can probably do: current minor version + previous minor version, for e.g. 1.5 & 1.4, which seems reasonable enough.

Or even simply current minor version, for e.g. 1.5 only

Other references:

For instance, code that runs under Go 1.2 should be compatible with Go 1.2.1, Go 1.3, Go 1.4, etc., although not necessarily with Go 1.1 since it may use features added only in Go 1.2
https://golang.org/doc/go1compat

from graphql.

EmergentBehavior avatar EmergentBehavior commented on July 21, 2024

I'd support the current and previous minor versions (e.g. 1.5.x and 1.4.x).

from graphql.

pyrossh avatar pyrossh commented on July 21, 2024

Yeah.. same thing here.. I use go 1.5

from graphql.

FugiTech avatar FugiTech commented on July 21, 2024

Current and previous minor versions sounds great, but it may be nice to also test against tip to see future issues before they occur, and report them to golang devs. If this proves to be too noisy, it could just be a manual thing that's done when a minor version is about to be released.

from graphql.

christianpv avatar christianpv commented on July 21, 2024

@chris-ramon we can close this issue since we merge #245

from graphql.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.