Skip to content

Commit

Permalink
chore: update go and lint versions
Browse files Browse the repository at this point in the history
  • Loading branch information
maier committed Nov 28, 2023
1 parent 68f64ad commit c431a5b
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 @@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.19.x
go-version: 1.21.x
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
with:
version: v1.50
version: v1.55
args: --timeout=8m

0 comments on commit c431a5b

Please sign in to comment.