Skip to content

Commit

Permalink
build(deps): bump actions/setup-go from 3.1.0 to 3.2.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v3.1.0...v3.2.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>
  • Loading branch information
dependabot[bot] committed May 27, 2022
1 parent cfbcaa3 commit 895fb93
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.1.0
- uses: actions/setup-go@v3.2.0
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.1.0
- uses: actions/setup-go@v3.2.0
id: go
with:
go-version: ${{ matrix.go_version }}
Expand Down

0 comments on commit 895fb93

Please sign in to comment.