Update Go version setup in golangci-lint workflow
All checks were successful
golangci-lint / lint (push) Successful in 48s

The workflow file for golangci-lint has been updated to use the newer version of setup-go action. This change moves from version v3 to v4
This commit is contained in:
Winni Neessen 2024-02-13 19:51:27 +01:00
parent 0b88d11fdf
commit 3c69f36748
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D

View file

@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.22'
go-version: '1.21'
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3