Skip to content

Commit

Permalink
build: try with Go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Mar 1, 2024
1 parent d6301a3 commit 64317cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
go-version:
- 1.16
- 1.18
- oldstable
- stable
os:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ can checkout tag [v0.6][] if you need compatibility up to Go 1.11.

[v0.6]: https://github.com/vincentbernat/hellogopher/tree/v0.6

Some tools now require more recent versions of Go (1.18+), but it would be
possible to pin them to older versions.

On first build, you need to run `go mod init PROJECTNAME`.

## Versioning
Expand Down

0 comments on commit 64317cf

Please sign in to comment.