Skip to content

Commit 388f867

Browse files
committed
Fine tuning wording
1 parent d8b9041 commit 388f867

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,24 @@ and all versions in between.
88

99
Being consistent is hard.
1010

11-
I used the hard code the Go versions my projects needed to test and
12-
builds against in my GitHub Actions workflow files.
11+
I used to hard code the Go versions my projects needed for test and
12+
builds in my GitHub Actions workflow files.
1313

1414
Of course the result was that I used different versions in the
15-
`go.mod` file and my workflow files. And whenever a new version of Go
16-
was released I forgot to add the new version to my build matrix and my
17-
projects weren't tested on the new release(s).
15+
`go.mod` file and my workflow files.
16+
17+
Whenever a new version of Go (aka Golang) was released I forgot to add
18+
the new version to my build matrix and my projects weren't tested on
19+
the new release(s).
1820

1921
So I build this action.
2022

2123
The action reads the minimal supported Go version from your `go.mod`
2224
file and exposes it as a variable to you workflow.
2325

2426
It also pulls the list of release tags from
25-
https://github.com/golang/go and exposes the latest released Go
26-
version as a variable as well.
27+
[github.com/golang/go](https://github.com/golang/go) and exposes the
28+
latest released Go version as a variable as well.
2729

2830
From the list of released go versions and the minimal version your
2931
module supports we also build a "matrix" variable to be used as a

0 commit comments

Comments
 (0)