Skip to content

Commit

Permalink
Bump actions/setup-go from 2.2.0 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.2.0 to 4.1.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.2.0...v4.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent 4998703 commit 22c884f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
path: ${{ github.head_ref }}

- name: Setup Go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v4.1.0
with:
go-version: 1.17

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v4.1.0
with:
go-version: 1.17
- name: Setup Go Environment
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v4.1.0
with:
go-version: 1.17
- name: Setup Go Environment
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v4.1.0
with:
go-version: 1.17
- name: Setup Go Environment
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v4.1.0
with:
go-version: 1.17
- name: Setup Go Environment
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v4.1.0
with:
go-version: 1.17
- name: Setup Go Environment
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v4.1.0
with:
go-version: 1.17
- name: Setup Go Environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/builder-integration-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:

- name: Set up Go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v4.1.0
with:
go-version: 1.17

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/builder-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v4.1.0
with:
go-version: 1.17
-
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 @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup Go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v4.1.0
with:
go-version: 1.17

Expand Down

0 comments on commit 22c884f

Please sign in to comment.