update deps and workflows

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2024-05-07 18:17:06 +02:00
parent ce2e65d776
commit 96825be11b
4 changed files with 53 additions and 53 deletions

View File

@@ -521,6 +521,6 @@ jobs:
go-version: '1.22'
- uses: actions/checkout@v4
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v5
uses: golangci/golangci-lint-action@v6
with:
version: latest

View File

@@ -5,7 +5,7 @@ on:
tags: 'v*'
env:
GO_VERSION: 1.22.0
GO_VERSION: 1.22.3
jobs:
prepare-sources-with-deps: