Skip to content

Commit 5d21238

Browse files
Bump actions/setup-go from 3 to 4
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6293ec6 commit 5d21238

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.github/workflows/benchmark-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/[email protected]
25-
- uses: actions/setup-go@v3 # default version of go is 1.10
25+
- uses: actions/setup-go@v4 # default version of go is 1.10
2626
with:
2727
go-version: "1.20.3"
2828
- name: Install Carvel Tools

.github/workflows/dependency-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- name: Set up Go 1.x
17-
uses: actions/setup-go@v3
17+
uses: actions/setup-go@v4
1818
with:
1919
go-version: "1.20.3"
2020
- name: Update Dependencies File

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Set up Go 1.x
22-
uses: actions/setup-go@v3
22+
uses: actions/setup-go@v4
2323
with:
2424
go-version: "1.20.3"
2525
- uses: actions/[email protected]

.github/workflows/kind-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/[email protected]
2626
with:
2727
fetch-depth: 0
28-
- uses: actions/setup-go@v3 # default version of go is 1.10
28+
- uses: actions/setup-go@v4 # default version of go is 1.10
2929
with:
3030
go-version: "1.19.6"
3131
- name: Install Carvel Tools

.github/workflows/release-process.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
password: ${{ secrets.GITHUB_TOKEN }}
3434

3535
- name: Set up Go 1.x
36-
uses: actions/setup-go@v3
36+
uses: actions/setup-go@v4
3737
with:
3838
go-version: "1.20.3"
3939

.github/workflows/test-gh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Set up Go 1.x
27-
uses: actions/setup-go@v3
27+
uses: actions/setup-go@v4
2828
with:
2929
go-version: "1.20.3"
3030
- name: Check out code

.github/workflows/test-kctrl-gh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Set up Go 1.x
25-
uses: actions/setup-go@v3
25+
uses: actions/setup-go@v4
2626
with:
2727
go-version: "1.20.3"
2828
- name: Check out code

.github/workflows/trivy-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
with:
6969
fetch-depth: 0
7070
- name: Set up Go 1.x
71-
uses: actions/setup-go@v3
71+
uses: actions/setup-go@v4
7272
with:
7373
go-version: "1.20.3"
7474
- name: Build the kapp-controller artifacts

.github/workflows/upgrade-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Set up Go 1.x
27-
uses: actions/setup-go@v3
27+
uses: actions/setup-go@v4
2828
with:
2929
go-version: "1.20.3"
3030
- name: Check out code

0 commit comments

Comments
 (0)