Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0
with:
go-version: "1.25.10"
go-version: "1.25.11"
cache: true
cache-dependency-path: go.sum
- name: Install govulncheck
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release_build_infisical_cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
- run: echo "Ref name ${{github.ref_name}}"
- uses: actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3.6.1
with:
go-version: "1.25.10"
go-version: "1.25.11"
cache: true
cache-dependency-path: go.sum
- name: Setup for libssl1.0-dev
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:

- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
with:
go-version: "1.25.10"
go-version: "1.25.11"
cache: true
cache-dependency-path: go.sum

Expand Down Expand Up @@ -362,7 +362,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3.6.1
with:
go-version: "1.25.10"
go-version: "1.25.11"
cache: true
cache-dependency-path: go.sum

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/run-cli-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version: "1.25.10"
go-version: "1.25.11"
- name: Install dependencies
run: go get .
- name: Build the CLI
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version: "1.25.10"
go-version: "1.25.11"
- name: Install dependencies
run: go get .
- name: Build the CLI
Expand All @@ -79,7 +79,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version: "1.25.10"
go-version: "1.25.11"
- name: Install dependencies
run: go get .
- name: Cache cargo registry + target
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-cli-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
with:
go-version: "1.25.10"
go-version: "1.25.11"

- name: Cache cargo registry + target
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-cli-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0
with:
go-version: "1.25.10"
go-version: "1.25.11"
- name: Install dependencies
run: go get .
- name: Test with the Go CLI
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-update-instructions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0
with:
go-version: "1.25.10"
go-version: "1.25.11"
- name: Run unit tests
run: go test ./packages/util/ -run TestGetUpdateInstructions -v

Expand All @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0
with:
go-version: "1.25.10"
go-version: "1.25.11"
- name: Build test helper
run: go build -o update-hint.exe ./test/update-hint

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0
with:
go-version: "1.25.10"
go-version: "1.25.11"
- name: Build test helper
run: go build -o update-hint ./test/update-hint

Expand All @@ -97,7 +97,7 @@ jobs:
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
- uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4.3.0
with:
go-version: "1.25.10"
go-version: "1.25.11"
- name: Build test helper
run: go build -o update-hint ./test/update-hint

Expand Down
2 changes: 1 addition & 1 deletion e2e/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/infisical/cli/e2e-tests

go 1.25.10
go 1.25.11

require (
github.com/Infisical/infisical-merge v0.0.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/Infisical/infisical-merge

go 1.25.10
go 1.25.11

require (
github.com/Azure/go-ntlmssp v0.1.1
Expand Down
Loading