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/alerting-swagger-gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 2
- name: Set go version
uses: actions/setup-go@v4
uses: actions/setup-go@v6
with:
go-version: '1.21.5'
- name: Build swagger
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
path: ./actions
ref: main
# Go is required for also updating the schema versions as part of the precommit hook:
- uses: actions/setup-go@v4
- uses: actions/setup-go@v6
with:
go-version: '1.20'
- uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- if: matrix.language == 'go'
name: Set go version
uses: actions/setup-go@v4
uses: actions/setup-go@v6
with:
go-version: '1.21.5'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/core-plugins-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
echo "has_backend=false" >> $GITHUB_OUTPUT
fi
- name: Setup golang environment
uses: actions/setup-go@v4
uses: actions/setup-go@v6
if: steps.check_backend.outputs.has_backend == 'true'
with:
go-version-file: go.mod
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ephemeral-instances-pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
continue-on-error: true
steps:
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v6
with:
go-version: '>=1.20'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ephemeral-instances-pr-opened-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
continue-on-error: true
steps:
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v6
with:
go-version: '>=1.20'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-codeql-analysis-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 2

- name: Set go version
uses: actions/setup-go@v4
uses: actions/setup-go@v6
with:
go-version: '1.21.5'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-kinds-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fetch-depth: 0

- name: "Setup Go"
uses: "actions/setup-go@v4"
uses: "actions/setup-go@v6"
with:
go-version: '1.21.5'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-kinds-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fetch-depth: 0

- name: "Setup Go"
uses: "actions/setup-go@v4"
uses: "actions/setup-go@v6"
with:
go-version: '1.21.5'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-kinds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: "Setup Go"
uses: "actions/setup-go@v4"
uses: "actions/setup-go@v6"
with:
go-version: '1.21.5'

Expand Down