Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

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

chore(deps): bump actions/setup-go from 2 to 3
  • Loading branch information
jwillker committed May 22, 2022
2 parents 1f3f512 + 507b069 commit 8dd5311
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 @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: 1.15
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v2
- uses: actions/setup-go@v3
with:
go-version: ~1.18
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8dd5311

Please sign in to comment.