We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7279a commit 7d688a3Copy full SHA for 7d688a3
.github/workflows/release_build_infisical_cli.yml
@@ -102,7 +102,7 @@ jobs:
102
- run: echo "Ref name ${{github.ref_name}}"
103
- uses: actions/setup-go@v3
104
with:
105
- go-version: ">=1.25.5"
+ go-version: ">=1.24.11"
106
cache: true
107
cache-dependency-path: go.sum
108
- name: Setup for libssl1.0-dev
@@ -168,7 +168,7 @@ jobs:
168
- name: Set up Go
169
uses: actions/setup-go@v3
170
171
172
173
174
go.mod
@@ -1,6 +1,6 @@
1
module github.com/Infisical/infisical-merge
2
3
-go 1.25.5
+go 1.24.11
4
5
require (
6
github.com/BobuSumisu/aho-corasick v1.0.3
0 commit comments