Skip to content

Commit

Permalink
Bump minimum Go version to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
prestist committed Oct 31, 2023
1 parent 4ccf696 commit af8cb75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ nav_order: 11
1. TOC
{:toc}

A Go 1.18+ [environment](https://golang.org/doc/install) and the `blkid.h` headers are required.
A Go 1.19+ [environment](https://golang.org/doc/install) and the `blkid.h` headers are required.

```sh
# Debian/Ubuntu
Expand Down
1 change: 1 addition & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ nav_order: 9

### Changes

- Require Go 1.19+

### Bug fixes

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/coreos/ignition/v2

go 1.18
go 1.19

require (
cloud.google.com/go/compute/metadata v0.2.3
Expand Down

0 comments on commit af8cb75

Please sign in to comment.