Skip to content

Commit

Permalink
Fix golancgi-lint go version (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: Norman Gehrsitz <[email protected]>
  • Loading branch information
ngehrsitz and Norman Gehrsitz authored Oct 17, 2023
1 parent 9ae8ddb commit 6f9a1fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- uses: actions/setup-go@v4
with:
go-version: '1.13'
go-version: '1.21'

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down

0 comments on commit 6f9a1fd

Please sign in to comment.