Skip to content

Commit

Permalink
bump actions in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
AtzeDeVries committed Dec 9, 2024
1 parent 768c559 commit 2577d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
submodules: true
- name: Setup Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
- name: Find the Go Build Cache
Expand All @@ -61,7 +61,7 @@ jobs:
# We could run 'make lint' but we prefer this action because it leaves
# 'annotations' (i.e. it comments on PRs to point out linter violations).
- name: Lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v6
with:
version: ${{ env.GOLANGCI_VERSION }}
check-diff:
Expand Down

0 comments on commit 2577d09

Please sign in to comment.