Skip to content

Commit fe55721

Browse files
committed
fix: 1.25.9
Signed-off-by: QuentinN42 <quentin@lieumont.fr>
1 parent 5a25620 commit fe55721

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cli-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
env:
10-
GO_VERSION: '1.26.2'
10+
GO_VERSION: '1.25.9'
1111

1212
jobs:
1313
go-fmt:
@@ -98,7 +98,7 @@ jobs:
9898
- macos-latest
9999
golang:
100100
- '1.26'
101-
- '1.26.2'
101+
- '1.25.9'
102102
runs-on: ${{ matrix.os }}
103103
steps:
104104
- uses: actions/checkout@v6

.github/workflows/e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
env:
10-
GO_VERSION: '1.26.2'
10+
GO_VERSION: '1.25.9'
1111

1212
jobs:
1313
e2e:

.github/workflows/github-action-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
env:
11-
GO_VERSION: '1.26.2'
11+
GO_VERSION: '1.25.9'
1212
CLI_IMAGE: escape-cli:pr-${{ github.sha }}
1313

1414
jobs:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/Escape-Technologies/cli
22

3-
go 1.26.2
3+
go 1.25.9
44

55
require (
66
github.com/Escape-Technologies/go-socks5 v1.0.0

0 commit comments

Comments
 (0)