Skip to content

Commit

Permalink
ci: drop patch from Go min version (#353)
Browse files Browse the repository at this point in the history
Issue #, if available:
Go in CI is using Go 1.22.0 even though new versions are available.

*Description of changes:*
This change drops the patch version from the min version in go.mod.

*Testing done:*
CI is successful

- [x] I've reviewed the guidance in CONTRIBUTING.md


#### License Acceptance

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.

Signed-off-by: Austin Vazquez <[email protected]>
  • Loading branch information
austinvazquez authored Jul 8, 2024
1 parent d2136b0 commit 123e213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module finch-core

go 1.22.0
go 1.22

require (
github.com/onsi/ginkgo/v2 v2.19.0
Expand Down

0 comments on commit 123e213

Please sign in to comment.