Update Go version setup in golangci-lint workflow
Some checks failed
golangci-lint / lint (push) Has been cancelled

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 under
This commit is contained in:
Winni Neessen 2024-02-13 19:45:53 +01:00
parent d6b551cc5e
commit 0b88d11fdf
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D

View file

@ -19,7 +19,7 @@ jobs:
name: lint
runs-on: docker
steps:
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '1.22'
- uses: actions/checkout@v3