Skip to content

Commit

Permalink
Merge pull request #1048 from rancher/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-go-5.3.0

chore(deps): Bump actions/setup-go from 5.2.0 to 5.3.0
  • Loading branch information
salasberryfin authored Jan 27, 2025
2 parents 6967b10 + c09fbbc commit dafe1d9
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5.2.0
- uses: actions/setup-go@v5.3.0
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 @@ -25,7 +25,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: setupGo
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version: '=1.22.10'
- 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@3041bf56c941b39c61721a86cd11f3bb1338122a # tag=v3.5.0
uses: actions/setup-go@5a083d0e9a84784eb32078397cf5459adecb4c40 # tag=v3.5.0
with:
go-version: 1.22.10
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-image-publish.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.2.0
uses: actions/setup-go@v5.3.0
with:
go-version: "=1.22.10"
- name: Docker login
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 @@ -39,7 +39,7 @@ jobs:
with:
fetch-depth: 0
- name: setupGo
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version: "=1.22.10"
- 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 @@ -21,7 +21,7 @@ jobs:
- ""
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5.2.0
- uses: actions/setup-go@v5.3.0
with:
go-version: '=1.22.10'
- 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 @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5.2.0
- uses: actions/setup-go@v5.3.0
with:
go-version: 1.22.10
- name: Lint
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.2.0
uses: actions/setup-go@v5.3.0
with:
go-version: '=1.22.10'
- name: Package operator chart
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-workflow.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.2.0
uses: actions/setup-go@v5.3.0
with:
go-version: '=1.22.10'
- 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 @@ -83,7 +83,7 @@ jobs:
with:
fetch-depth: 0
- name: setupGo
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version: "=1.22.10"
- 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 @@ -43,7 +43,7 @@ jobs:
version: v3.9.0

- name: setupGo
uses: actions/setup-go@v5.2.0
uses: actions/setup-go@v5.3.0
with:
go-version: '=1.22.10'

Expand Down

0 comments on commit dafe1d9

Please sign in to comment.