Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 3.3.0 to 3.3.1
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@268d8c0...c4a742c)

---
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>
  • Loading branch information
dependabot[bot] authored and twpayne committed Oct 30, 2022
1 parent 84f1973 commit bd175f1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
id: go-version
run: |
echo go-version="$(awk '/GO_VERSION:/ { print $2 }' .github/workflows/main.yml)" >> ${GITHUB_OUTPUT}
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
with:
cache: true
go-version: ${{ steps.go-version.outputs.go-version }}
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
with:
cache: true
go-version: ${{ matrix.go-version }}
Expand All @@ -160,7 +160,7 @@ jobs:
runs-on: macos-11
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
with:
cache: true
go-version: ${{ env.GO_VERSION }}
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
with:
fetch-depth: 0
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
with:
cache: true
go-version: ${{ env.GO_VERSION }}
Expand Down Expand Up @@ -247,7 +247,7 @@ jobs:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
with:
fetch-depth: 0
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
with:
cache: true
go-version: ${{ env.GO_VERSION }}
Expand Down Expand Up @@ -301,7 +301,7 @@ jobs:
runs-on: windows-2019
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
with:
cache: true
go-version: ${{ env.GO_VERSION }}
Expand Down Expand Up @@ -341,7 +341,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
with:
cache: true
go-version: ${{ env.GO_VERSION }}
Expand All @@ -368,7 +368,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
with:
cache: true
go-version: ${{ env.GO_VERSION }}
Expand Down Expand Up @@ -410,7 +410,7 @@ jobs:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
with:
fetch-depth: 0
- uses: actions/setup-go@268d8c0ca0432bb2cf416faae41297df9d262d7f
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f
with:
cache: true
go-version: ${{ env.GO_VERSION }}
Expand Down

0 comments on commit bd175f1

Please sign in to comment.