Skip to content

Commit

Permalink
chore(deps): Bump actions/setup-go from 3.5.0 to 5.0.2
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.5.0 to 5.0.2.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v3.5.0...v5.0.2)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 91a5eee commit 70f9326
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-go@v5
- uses: actions/setup-go@v5.0.2
with:
go-version: '1.22'
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4.1.7
- name: setupGo
uses: actions/setup-go@v5
uses: actions/setup-go@v5.0.2
with:
go-version: '=1.22.0'
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # tag=v3.5.0
uses: actions/setup-go@941977282cd715ac8e0b3adc8555bef6dc794b7e # tag=v3.5.0
with:
go-version: 1.22.0
id: go
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/e2e-long-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
fetch-depth: 0
- name: setupGo
uses: actions/setup-go@v5
uses: actions/setup-go@v5.0.2
with:
go-version: '=1.22.0'
- name: Cache Docker layers
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
with:
fetch-depth: 0
- name: setupGo
uses: actions/setup-go@v5
uses: actions/setup-go@v5.0.2
with:
go-version: '=1.22.0'
- name: Cache Docker layers
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
with:
fetch-depth: 0
- name: setupGo
uses: actions/setup-go@v5
uses: actions/setup-go@v5.0.2
with:
go-version: '=1.22.0'
- name: Cache Docker layers
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
with:
fetch-depth: 0
- name: setupGo
uses: actions/setup-go@v5
uses: actions/setup-go@v5.0.2
with:
go-version: '=1.22.0'
- name: Cache Docker layers
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-short-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- name: setupGo
uses: actions/setup-go@v5
uses: actions/setup-go@v5.0.2
with:
go-version: "=1.22.0"
- name: Cache Docker layers
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-short.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
fetch-depth: 0
- name: setupGo
uses: actions/setup-go@v5
uses: actions/setup-go@v5.0.2
with:
go-version: "=1.22.0"
- name: Cache Docker layers
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 @@ -17,7 +17,7 @@ jobs:
- ""
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-go@v5
- uses: actions/setup-go@v5.0.2
with:
go-version: '=1.22.0'
- name: golangci-lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/setup-go@v5
- uses: actions/setup-go@v5.0.2
with:
go-version: 1.22.0
- name: Lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-chart-and-image-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 0
- name: setupGo
uses: actions/setup-go@v5
uses: actions/setup-go@v5.0.2
with:
go-version: '=1.22.0'
- name: Docker login
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
ref: ${{ env.RELEASE_TAG }}
fetch-depth: 0
- name: setupGo
uses: actions/setup-go@v5
uses: actions/setup-go@v5.0.2
with:
go-version: '=1.22.0'
- name: Package operator chart
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
with:
fetch-depth: 0
- name: setupGo
uses: actions/setup-go@v5
uses: actions/setup-go@v5.0.2
with:
go-version: '=1.22.0'
- name: Get prod multiarch image digest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
fetch-depth: 0
- name: setupGo
uses: actions/setup-go@v5
uses: actions/setup-go@v5.0.2
with:
go-version: "=1.22.0"
- name: Docker login
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
version: v3.9.0

- name: setupGo
uses: actions/setup-go@v5
uses: actions/setup-go@v5.0.2
with:
go-version: '=1.22.0'

Expand Down

0 comments on commit 70f9326

Please sign in to comment.