Skip to content

Commit

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

---
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 Dec 12, 2023
1 parent 90869a6 commit b784120
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20'
check-latest: true
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 @@ -26,7 +26,7 @@ jobs:
with:
fetch-depth: 0
- name: setupGo
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '=1.20.7'
- name: Run e2e tests
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
with:
fetch-depth: 0
- name: setupGo
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '=1.20.7'
- name: Run e2e tests
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
with:
fetch-depth: 0
- name: setupGo
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '=1.20.7'
- name: Run e2e tests
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
with:
fetch-depth: 0
- name: setupGo
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '=1.20.7'
- name: Run e2e tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-long.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
fetch-depth: 0
- name: setupGo
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '=1.20.7'
- name: Run e2e tests
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 @@ -12,7 +12,7 @@ jobs:
with:
fetch-depth: 0
- name: setupGo
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '=1.20.7'
- name: Run e2e tests
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 @@ -12,7 +12,7 @@ jobs:
with:
fetch-depth: 0
- name: setupGo
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '=1.20.7'
- name: Run e2e tests
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
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: 1.20.7
- 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
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: 1.20.7
- name: Lint
Expand Down
4 changes: 2 additions & 2 deletions .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@v4
uses: actions/setup-go@v5
with:
go-version: '=1.20.7'
- name: Docker login
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '=1.20.7'
- name: Docker login to prod registry
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 @@ -37,7 +37,7 @@ jobs:
version: v3.9.0

- name: setupGo
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '=1.20.7'

Expand Down

0 comments on commit b784120

Please sign in to comment.