Skip to content

Commit

Permalink
build(deps): bump actions/setup-go from 3 to 4 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 21, 2023
1 parent 0e97828 commit 8bbbf81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "1.19"
- name: lint
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.golang }}
- name: Cache Dependencies
Expand Down

0 comments on commit 8bbbf81

Please sign in to comment.