Skip to content

Commit

Permalink
update go version to 1.23.1 (#42)
Browse files Browse the repository at this point in the history
Requirement by some dependency. And anyways we want to use the latest
version.
  • Loading branch information
mgoetzegb authored Sep 12, 2024
1 parent f50fdd4 commit edd0caf
Showing 1 changed file with 1 addition and 1 deletion.
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/csaf-poc/csaf_distribution/v3

go 1.22.5
go 1.23.1

require (
github.com/BurntSushi/toml v1.4.0
Expand Down

0 comments on commit edd0caf

Please sign in to comment.