Skip to content

Commit

Permalink
build(deps): update actions/setup-go action (#101)
Browse files Browse the repository at this point in the history
Signed-off-by: Renovate Bot <[email protected]>

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 3, 2022
1 parent 7f8df1c commit b58fe3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/unit-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
using: "composite"
steps:
- name: Install Go
uses: actions/setup-go@v2.2.0
uses: actions/setup-go@v3.0.0
with:
go-version: ${{ inputs.GO_VERSION }}
- name: Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/initrepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: '^1.17.5' # The Go version to download (if necessary) and use.
- run: go version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.17
id: go
Expand Down

0 comments on commit b58fe3a

Please sign in to comment.