Skip to content

Commit

Permalink
ci: update GitHub Actions to use latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
zbiljic committed Jan 6, 2025
1 parent cf3adf1 commit 79dc33c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
name: lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.2.2
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-go@v5.2.0
- uses: actions/setup-go@v5
with:
go-version: ${{ env.GO_VERSION }}
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v6.1.1
uses: golangci/golangci-lint-action@v6
with:
version: v${{ env.GOLANGCI_LINT_VERSION }}

0 comments on commit 79dc33c

Please sign in to comment.