Skip to content

Commit

Permalink
Merge pull request #10 from blinklabs-io/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-go-5

chore(deps): bump actions/setup-go from 4 to 5
  • Loading branch information
agaffney authored Dec 11, 2023
2 parents 39b2dd8 + 4b6dc69 commit a44b78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}
- name: golangci-lint
Expand Down

0 comments on commit a44b78a

Please sign in to comment.