Skip to content
Open
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/auth-contract-compose-pw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
path: common

- name: Set up Node (for Playwright)
uses: actions/setup-node@v6
uses: actions/setup-node@v7
with:
node-version: '20'
cache: 'npm'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Place ../common for Go replace directive
run: mv _common_ci ../common

- uses: actions/setup-go@v6
- uses: actions/setup-go@v7
with:
go-version: '1.25'

Expand Down Expand Up @@ -227,7 +227,7 @@ jobs:
path: _common_ci
- run: mv _common_ci ../common

- uses: actions/setup-go@v6
- uses: actions/setup-go@v7
with:
go-version: '1.25'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
repository: InstaNode-dev/proto
path: proto
- uses: actions/setup-go@v6
- uses: actions/setup-go@v7
with:
go-version-file: api/go.mod
- uses: github/codeql-action/init@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
token: ${{ secrets.REPO_ACCESS_TOKEN || secrets.GITHUB_TOKEN }}
path: common

- uses: actions/setup-go@v6
- uses: actions/setup-go@v7
with:
go-version-file: api/go.mod

Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
# coverage" step above is continue-on-error, so it still produces
# coverage.out even if a flaky test trips — the gate reads that file.
# ------------------------------------------------------------------
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
if: github.event_name == 'pull_request'
with:
python-version: '3.12'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
echo "Built ${VERSION} (${BUILD_TIME})"

- name: Set up Go (for unit tests + go.mod replace directives)
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version: '1.25'
# This workflow checks the api repo out into ./api (path: api above),
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
repository: InstaNode-dev/proto
path: proto
continue-on-error: true
- uses: actions/setup-go@v6
- uses: actions/setup-go@v7
with:
go-version-file: api/go.mod
- uses: golangci/golangci-lint-action@v9
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
repository: InstaNode-dev/proto
path: proto
- uses: actions/setup-go@v6
- uses: actions/setup-go@v7
with:
go-version-file: api/go.mod
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Install kubectl
uses: azure/setup-kubectl@v5
- name: Set up Go
uses: actions/setup-go@v6
uses: actions/setup-go@v7
with:
go-version-file: api/go.mod
- name: Materialise drill kubeconfig
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openapi-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- name: Place ../common for Go replace directive
run: mv _common_ci ../common

- uses: actions/setup-go@v6
- uses: actions/setup-go@v7
with:
go-version: '1.25'

Expand Down
Loading