Skip to content

Commit 7d688a3

Browse files
committed
downgrade go
1 parent fc7279a commit 7d688a3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release_build_infisical_cli.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- run: echo "Ref name ${{github.ref_name}}"
103103
- uses: actions/setup-go@v3
104104
with:
105-
go-version: ">=1.25.5"
105+
go-version: ">=1.24.11"
106106
cache: true
107107
cache-dependency-path: go.sum
108108
- name: Setup for libssl1.0-dev
@@ -168,7 +168,7 @@ jobs:
168168
- name: Set up Go
169169
uses: actions/setup-go@v3
170170
with:
171-
go-version: ">=1.25.5"
171+
go-version: ">=1.24.11"
172172
cache: true
173173
cache-dependency-path: go.sum
174174

go.mod

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

3-
go 1.25.5
3+
go 1.24.11
44

55
require (
66
github.com/BobuSumisu/aho-corasick v1.0.3

0 commit comments

Comments
 (0)