Skip to content

Commit

Permalink
build(deps): bump actions/setup-go from 4 to 5 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 2, 2024
1 parent 56c34ab commit 26105c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
shell: bash
run: |
sed -En 's/^go (.*)$/GO_VERSION=\1/p' go.mod >> $GITHUB_ENV
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
with:
go-version: ">=${{ env.GO_VERSION }}"
cache: false
Expand Down

0 comments on commit 26105c3

Please sign in to comment.