Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 2.1.5 to 2.2.0 (#1609)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2.1.5 to 2.2.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v2.1.5...v2.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 9, 2022
1 parent 84355ef commit 097e87d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 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@v2.1.5
uses: actions/setup-go@v2.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@v2.1.5
uses: actions/setup-go@v2.2.0
with:
go-version: "1.17.1"
id: go
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
path: ~/.cache/go-build
key: ${{ runner.os }}-go-build-v2-${{ hashFiles('**/go.mod') }}
- name: Setup Golang
uses: actions/setup-go@v2.1.5
uses: actions/setup-go@v2.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@v2.1.5
uses: actions/setup-go@v2.2.0
with:
go-version: '1.17.1'
- name: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Setup Golang
uses: actions/setup-go@v2.1.5
uses: actions/setup-go@v2.2.0
with:
go-version: "1.17.1"
- name: Add to PATH
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v2

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

Expand Down

0 comments on commit 097e87d

Please sign in to comment.