Skip to content

Commit

Permalink
Merge pull request #79 from tdakkota/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-go-4.0.1

chore(deps): bump actions/setup-go from 4.0.0 to 4.0.1
  • Loading branch information
tdakkota committed May 17, 2023
2 parents cd8df97 + 503f9c0 commit b581474
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Go
uses: actions/setup-go@v4.0.0
uses: actions/setup-go@v4.0.1
with:
go-version: 1.17

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Go
uses: actions/setup-go@v4.0.0
uses: actions/setup-go@v4.0.1
with:
go-version: 1.17

Expand All @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v3

- name: Install Go
uses: actions/setup-go@v4.0.0
uses: actions/setup-go@v4.0.1
with:
go-version: 1.17

Expand Down

0 comments on commit b581474

Please sign in to comment.