File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ jobs:
101101 - run : echo "Ref name ${{github.ref_name}}"
102102 - uses : actions/setup-go@v3
103103 with :
104- go-version : " 1.25.8 "
104+ go-version : " 1.25.9 "
105105 cache : true
106106 cache-dependency-path : go.sum
107107 - name : Setup for libssl1.0-dev
@@ -183,7 +183,7 @@ jobs:
183183 - name : Set up Go
184184 uses : actions/setup-go@v3
185185 with :
186- go-version : " 1.25.8 "
186+ go-version : " 1.25.9 "
187187 cache : true
188188 cache-dependency-path : go.sum
189189
Original file line number Diff line number Diff line change 1616 - name : Setup Go
1717 uses : actions/setup-go@v6
1818 with :
19- go-version : " 1.25.8 "
19+ go-version : " 1.25.9 "
2020 - name : Install dependencies
2121 run : go get .
2222 - name : Build the CLI
5151 - name : Setup Go
5252 uses : actions/setup-go@v6
5353 with :
54- go-version : " 1.25.8 "
54+ go-version : " 1.25.9 "
5555 - name : Install dependencies
5656 run : go get .
5757 - name : Build the CLI
7777 - name : Setup Go
7878 uses : actions/setup-go@v6
7979 with :
80- go-version : " 1.25.8 "
80+ go-version : " 1.25.9 "
8181 - name : Install dependencies
8282 run : go get .
8383 - name : Build the CLI
Original file line number Diff line number Diff line change 3535 - name : Setup Go
3636 uses : actions/setup-go@v4
3737 with :
38- go-version : " 1.25.8 "
38+ go-version : " 1.25.9 "
3939 - name : Install dependencies
4040 run : go get .
4141 - name : Test with the Go CLI
Original file line number Diff line number Diff line change 11module github.com/infisical/cli/e2e-tests
22
3- go 1.25.8
3+ go 1.25.9
44
55require (
66 github.com/Infisical/infisical-merge v0.0.0
Original file line number Diff line number Diff line change 11module github.com/Infisical/infisical-merge
22
3- go 1.25.8
3+ go 1.25.9
44
55require (
66 github.com/BobuSumisu/aho-corasick v1.0.3
You can’t perform that action at this time.
0 commit comments