Skip to content

Commit

Permalink
Merge pull request #61 from sans-sroc/renovate/actions-setup-go-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-go action to v4
  • Loading branch information
ekristen authored Oct 19, 2023
2 parents 323bd0d + f48b971 commit 1437810
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
Expand Down

0 comments on commit 1437810

Please sign in to comment.