Skip to content

Commit

Permalink
update go dep to 1.23, drop 1.21 (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun024 authored Aug 26, 2024
1 parent 79972a9 commit 9b8c0d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/config/dependency-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ dependencies:
lines:
#! go version lines lose support the day that the version line 2 minor bumps ahead is released
#! for example, 1.17.X reaches EOS whenever 1.19 releases. This gap is roughly 12 months.
- line: 1.21.X
- line: 1.22.X
deprecation_date: ""
link: https://golang.org/doc/devel/release.html
- line: 1.22.X
- line: 1.23.X
deprecation_date: ""
link: https://golang.org/doc/devel/release.html
removal_strategy: remove_all
Expand Down

0 comments on commit 9b8c0d8

Please sign in to comment.