Skip to content

Commit

Permalink
Merge pull request #11 from ethpandaops/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
Savid authored May 17, 2023
2 parents f415550 + 8298bc7 commit 72599fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: 1.19
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go_version }}

Expand Down

0 comments on commit 72599fc

Please sign in to comment.