Skip to content

Commit

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

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

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 Jan 26, 2022
1 parent 1acfca7 commit 9ebe4ee
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@v1
uses: actions/setup-go@v2.1.5
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
uses: actions/setup-go@v2.1.5
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@v1
uses: actions/setup-go@v2.1.5
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@v1
uses: actions/setup-go@v2.1.5
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@v1
uses: actions/setup-go@v2.1.5
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 @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v2

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

Expand Down

0 comments on commit 9ebe4ee

Please sign in to comment.