Skip to content

Commit

Permalink
bump go and golangci-lint versions in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
bluntelk committed Jan 14, 2025
1 parent 0ee1ad0 commit d9449de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.18.4
go-version: 1.19

- name: Check out code
uses: actions/checkout@v3

- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.48
version: v1.63.4

0 comments on commit d9449de

Please sign in to comment.