Skip to content

Commit acf5a4c

Browse files
committed
drop Go 1.23
1 parent 63aba98 commit acf5a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/echo-contrib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# Echo CORE tests with last four major releases (unless there are pressing vulnerabilities)
2626
# As we depend on MANY DIFFERENT libraries which of SOME support last 2 Go releases we could have situations when
2727
# we derive from last four major releases promise.
28-
go: ["1.23", "1.24", "1.25"]
28+
go: ["1.24", "1.25"]
2929
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
3030
runs-on: ${{ matrix.os }}
3131
steps:

0 commit comments

Comments
 (0)