Skip to content

Commit

Permalink
Create go.mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
jstemmer committed Oct 3, 2019
1 parent 27e2e8f commit c92ec55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module github.com/jstemmer/go-junit-report

go 1.13

3 comments on commit c92ec55

@dsakagi
Copy link

@dsakagi dsakagi commented on c92ec55 Oct 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jstemmer thanks for the package!

Is there any reason why this must be 1.13? We were using it successfully with 1.11 before and now our CI is having some issues; wondering if you have specific plans that require 1.13 or not.

@jstemmer
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't really kept up with all the Go changes lately, so I just followed the basic steps for creating a go module. I don't think it explained anywhere that this was actually the minimum required go version, so that was completely unintentional :)

I'll push a fix in a moment.

@dsakagi
Copy link

@dsakagi dsakagi commented on c92ec55 Oct 4, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jstemmer thank you!

Please sign in to comment.