Skip to content

Commit

Permalink
Merge pull request #1067 from sundowndev/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-go-3.2.0

fix(deps): bump actions/setup-go from 2.2.0 to 3.2.0
  • Loading branch information
sundowndev authored May 30, 2022
2 parents d8f478c + 7444b22 commit 1fc7b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v3.2.0
with:
go-version: 1.16.x
id: go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: (cd client && yarn && yarn build)

- name: Set up Go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v3.2.0
with:
go-version: 1.16.x

Expand Down

0 comments on commit 1fc7b13

Please sign in to comment.