Skip to content

Commit

Permalink
Update golang version table
Browse files Browse the repository at this point in the history
  • Loading branch information
davemay99 authored and tgross committed Dec 8, 2020
1 parent c8e2c91 commit 1fb1c48
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions contributing/golang.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@ version.

| Nomad Version | Go Version |
|:-------------:|:----------:|
| 0.11 | 1.14 |
| 1.0 | 1.15.5 |
| 0.12.2 | 1.14.7 |
| 0.12.1 | 1.14.6 |
| 0.12.0 | 1.14.4 |
| 0.11.4 | 1.14.6 |
| 0.11.3 | 1.14.3 |
| 0.11.0 | 1.14.1 |
| 0.10.4 | 1.12.16 |
| 0.10.2 | 1.12.13 |
| 0.10 | 1.12 |
| 0.9 | 1.11 |

Expand All @@ -22,7 +30,7 @@ The
[`update_golang_version.sh`](https://github.com/hashicorp/nomad/blob/master/scripts/update_golang_version.sh)
script is used to update the Go version for all build tools.

The [Changelog](https://github.com/hashicorp/nomad/blob/v0.10.2/CHANGELOG.md)
The [Changelog](https://github.com/hashicorp/nomad/blob/master/CHANGELOG.md)
will note when the Go version has changed in the Improvements section:

```
Expand Down
2 changes: 1 addition & 1 deletion scripts/update_golang_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if [ -z "$1" ]; then
echo "usage: $0 GO_VERSION"
echo ""
echo "For example: $0 1.14.3"
echo "For example: $0 1.15.5"
exit 1
fi

Expand Down

0 comments on commit 1fb1c48

Please sign in to comment.