Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 3.3.1 to 3.4.0 (#217)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v3.3.1...v3.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 5, 2022
1 parent 0dc39e3 commit f929773
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@v3.3.1
uses: actions/setup-go@v3.4.0
with:
go-version: ${{ matrix.go }}

Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v3.3.1
uses: actions/setup-go@v3.4.0
with:
go-version: ${{ matrix.go }}
- run: |
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v3.3.1
uses: actions/setup-go@v3.4.0
with:
go-version: ${{ matrix.go }}
- run: |
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v3.3.1
uses: actions/setup-go@v3.4.0
with:
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@v3.3.1
uses: actions/setup-go@v3.4.0
with:
go-version: ${{ matrix.go }}

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v3.3.1
uses: actions/setup-go@v3.4.0
with:
go-version: ${{ matrix.go }}

Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v3.3.1
uses: actions/setup-go@v3.4.0
with:
go-version: ${{ matrix.go }}

Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
fetch-depth: 0

- name: Set up go
uses: actions/setup-go@v3.3.1
uses: actions/setup-go@v3.4.0
with:
go-version: ${{ matrix.go }}

Expand Down

0 comments on commit f929773

Please sign in to comment.