-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore!: require at least Go version 1.19
According to the Go support policy, major releases are maintained until two subsequent major versions are released. Although Go 1.19 has technically reached its end-of-life, it's worth noting that Debian Bookworm currently only ships Go 1.19. As wfx remains unaffected by this version, we're retaining compatibility for the time being. Signed-off-by: Michael Adler <[email protected]>
- Loading branch information
1 parent
8dc9c7e
commit 9dc0031
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module github.com/siemens/wfx | ||
|
||
go 1.18 | ||
go 1.19 | ||
|
||
require ( | ||
entgo.io/ent v0.12.3 | ||
|