Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 3.1.0 to 3.2.0
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>
  • Loading branch information
dependabot[bot] authored and tie committed May 27, 2022
1 parent e2a09cf commit e1c5393
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3.0.2
- name: Install Go
uses: actions/setup-go@v3.1.0
uses: actions/setup-go@v3.2.0
with:
go-version: 1.18.0
- name: Get Go cache paths
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3.0.2
- name: Install Go
uses: actions/setup-go@v3.1.0
uses: actions/setup-go@v3.2.0
with:
go-version: 1.18.0
- name: Get Go cache paths
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3.0.2
- name: Install Go
uses: actions/setup-go@v3.1.0
uses: actions/setup-go@v3.2.0
with:
go-version: 1.18.0
- name: Get Go cache paths
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3.0.2
- name: Install Go
uses: actions/setup-go@v3.1.0
uses: actions/setup-go@v3.2.0
with:
go-version: 1.18.0
- name: Get Go cache paths
Expand Down

0 comments on commit e1c5393

Please sign in to comment.