Skip to content

Commit

Permalink
Merge pull request #504 from prestist/update-golang
Browse files Browse the repository at this point in the history
Bump minimum Go version to 1.20
  • Loading branch information
prestist committed Jan 4, 2024
2 parents 617ea8e + 0b7aae9 commit e859cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ nav_order: 9

### Misc. changes

- Require Go 1.20+

### Docs changes

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/butane

go 1.18
go 1.20

require (
github.com/clarketm/json v1.17.1
Expand Down

0 comments on commit e859cb4

Please sign in to comment.