Skip to content

Commit

Permalink
build(deps): bump actions/setup-go from 3.2.0 to 3.2.1 (#925)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v3.2.0...v3.2.1)

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

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 Jul 12, 2022
1 parent efad4e7 commit 003dd2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
name: cross-compilation (GOOS=${{ matrix.goos }})
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3.2.0
- uses: actions/setup-go@v3.2.1
with:
go-version: 1.18

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
name: test (${{ matrix.os }}/go-${{ matrix.go_version }}/${{ matrix.goarch }})
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/setup-go@v3.2.0
- uses: actions/setup-go@v3.2.1
id: go
with:
go-version: ${{ matrix.go_version }}
Expand Down

0 comments on commit 003dd2d

Please sign in to comment.