Skip to content

Commit e979100

Browse files
author
Gonzalo Diaz
committed
[CONFIG] cutting support for 1.23.x versions
1 parent 1a36e66 commit e979100

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/go-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: ["windows-2022", "ubuntu-24.04", "macos-14"]
22-
go: ["1.23.x", "1.24.x", "1.25.x"]
22+
go: ["1.24.x", "1.25.x"]
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
- uses: actions/checkout@v5

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
os: ["windows-2022", "ubuntu-24.04", "macos-14"]
22-
go: ["1.23.x", "1.24.x", "1.25.x"]
22+
go: ["1.24.x", "1.25.x"]
2323
runs-on: ${{ matrix.os }}
2424
steps:
2525
- uses: actions/checkout@v5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ Developed with runtime:
263263

264264
```text
265265
go version
266-
go version go1.22.4 darwin/amd64
266+
go version go1.25.4 darwin/amd64
267267
```
268268

269269
## Algorithm excersices sources

0 commit comments

Comments
 (0)