Skip to content

Commit 5082693

Browse files
Merge pull request #64 from wiremock/oleg-nenashev-patch-1
Drop support for Golang 1.23
2 parents 6cfcf14 + 766015d commit 5082693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
fail-fast: false
13-
# perform matrix testing to give us an earlier insight into issues with different versions of supported major versions of Go
1413
matrix:
1514
version:
16-
- "1.23"
15+
- "1.25"
16+
# Minimum version, aligned with the Testcontainers lib
1717
- "1.24"
1818
steps:
1919
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)