Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 3.4.0 to 3.5.0 (#229)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v3.4.0...v3.5.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>
Co-authored-by: Oleg Balunenko <oleg.balunenko@gmail.com>
  • Loading branch information
dependabot[bot] and obalunenko authored Dec 19, 2022
1 parent 1028f83 commit 7b99a14
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 @@ -51,7 +51,7 @@ jobs:
fetch-depth: 0

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

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

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

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

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

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

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

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

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

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

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

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

Expand Down

0 comments on commit 7b99a14

Please sign in to comment.