Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 2.2.0 to 3.0.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 3.0.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.2.0...v3.0.0)

---
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] committed Feb 28, 2022
1 parent 81bbf52 commit 3133bb6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v3.0.0
with:
stable: 'true'
go-version: ${{ matrix.go }}
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v3.0.0
with:
stable: 'true'
go-version: ${{ matrix.go }}
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v3.0.0
with:
stable: 'true'
go-version: ${{ matrix.go }}
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v3.0.0
with:
stable: 'true'
go-version: ${{ matrix.go }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v3.0.0
with:
stable: 'true'
go-version: ${{ matrix.go }}
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v3.0.0
with:
stable: 'true'
go-version: ${{ matrix.go }}
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v3.0.0
with:
stable: 'true'
go-version: ${{ matrix.go }}
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v3.0.0
with:
stable: 'true'
go-version: ${{ matrix.go }}
Expand Down

0 comments on commit 3133bb6

Please sign in to comment.