Skip to content

Commit

Permalink
Merge pull request #27 from Tantalor93/lint
Browse files Browse the repository at this point in the history
bump linter
  • Loading branch information
Tantalor93 authored Dec 24, 2023
2 parents 7377683 + 0422cff commit 0f11809
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
cache: false
go-version-file: go.mod
- name: Lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.51.2
version: v1.55.2

0 comments on commit 0f11809

Please sign in to comment.