Skip to content

Commit

Permalink
update actions (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
chimanjain authored Feb 21, 2024
1 parent dc7bbc4 commit eeb7e59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
steps:
- name: Download Go
uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: Checkout the code
uses: actions/checkout@v4
- name: Vendor packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
go mod vendor
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: latest
skip-cache: true

0 comments on commit eeb7e59

Please sign in to comment.