Skip to content

Commit

Permalink
Bump actions/setup-go from 3.2.0 to 3.2.1 (#1170)
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] authored Jul 12, 2022
1 parent 7cdc755 commit 7282e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/setup-go@v3.2.0
- uses: actions/setup-go@v3.2.1
with:
go-version: '1.17'
- run: ${{ matrix.run-script }}
Expand All @@ -61,7 +61,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/setup-go@v3.2.0
- uses: actions/setup-go@v3.2.1
with:
go-version: ${{ matrix.go-version }}
- run: make test-short
Expand Down

0 comments on commit 7282e6a

Please sign in to comment.