Skip to content

Commit

Permalink
Merge pull request #149 from syself/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-go-3

🌱 Bump actions/setup-go from 2 to 3
  • Loading branch information
batistein committed Apr 9, 2022
2 parents 2cec1c6 + 737903a commit c7e8199
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: checkout repo
uses: actions/checkout@v2
- name: Install go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '^1.17'
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-verify-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: checkout repo
uses: actions/checkout@v2
- name: Install go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '^1.17'
- name: Verify Boilerplate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
with:
fetch-depth: 0
- name: Install go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: "^1.17"
- name: install kustomize
Expand Down

0 comments on commit c7e8199

Please sign in to comment.