Update golang, golangci-lint, mockery, taskfile.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stanislav Nikitin 2024-07-07 20:38:54 +05:00
parent 4f4e5b22b8
commit 8d53a9937d
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
set -xe
go_version=1.22.2
go_version=1.22.5
# shellcheck disable=SC2086,SC2046,SC2164
cd $(dirname ${BASH_SOURCE[0]})

View File

@ -4,7 +4,7 @@
# Line above disables shellcheck linters:
# * SC2154 - variable referenced but not assigned (false positive, assigned when sourced arch.sh).
golangci_lint_version=1.57.2
golangci_lint_version=1.59.1
# shellcheck disable=SC2086,SC2046,SC2164
cd "$(dirname ${BASH_SOURCE[0]})"

View File

@ -1,6 +1,6 @@
#!/bin/bash
mockery_v2_version=2.42.2
mockery_v2_version=2.43.2
cd /tmp || exit 1

View File

@ -4,7 +4,7 @@
# Line above disables shellcheck linters:
# * SC2154 - variable referenced but not assigned (false positive, assigned when sourced arch.sh).
taskfile_version=3.36.0
taskfile_version=3.38.0
# shellcheck disable=SC2086,SC2046,SC2164
cd "$(dirname ${BASH_SOURCE[0]})"