Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 3.1.0 to 3.2.0 (#2006)
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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 28, 2022
1 parent 2eb04d2 commit 3b69cce
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
path: ~/.cache/go-build
key: ${{ runner.os }}-go-build-v1-${{ hashFiles('**/go.mod') }}
- name: Setup Golang
uses: actions/setup-go@v3.1.0
uses: actions/setup-go@v3.2.0
with:
go-version: "1.17.1"
- name: Add bins to PATH
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v3.1.0
uses: actions/setup-go@v3.2.0
with:
go-version: "1.17.1"
id: go
Expand All @@ -89,7 +89,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup Golang
uses: actions/setup-go@v3.1.0
uses: actions/setup-go@v3.2.0
with:
go-version: "1.17.1"
- name: Restore Go build cache
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
path: ~/.cache/go-build
key: ${{ runner.os }}-go-build-v2-${{ hashFiles('**/go.mod') }}
- name: Setup Golang
uses: actions/setup-go@v3.1.0
uses: actions/setup-go@v3.2.0
with:
go-version: "1.17.1"
- name: Add bins to PATH
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
python-version: 3.9
- name: Setup Golang
uses: actions/setup-go@v3.1.0
uses: actions/setup-go@v3.2.0
with:
go-version: '1.17.1'
- name: build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Go
uses: actions/setup-go@v3.1.0
uses: actions/setup-go@v3.2.0
with:
go-version: 1.17.1

Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
else
echo "VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
fi
- uses: actions/setup-go@v3.1.0
- uses: actions/setup-go@v3.2.0
with:
go-version: 1.17.1
- uses: actions/checkout@v3
Expand Down

0 comments on commit 3b69cce

Please sign in to comment.