Update software to latest versions.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
2024-09-21 23:59:52 +05:00
parent d830676408
commit ea9a6db5b4
7 changed files with 12 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
dlv_version=1.22.1
dlv_version=1.23.0
set -xe

View File

@@ -1,6 +1,6 @@
#!/bin/bash
gofumpt_version="0.6.0"
gofumpt_version="0.7.0"
set -xe

View File

@@ -6,7 +6,7 @@
set -xe
go_version=1.22.5
go_version=1.23.1
# 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.59.1
golangci_lint_version=1.61.0
# shellcheck disable=SC2086,SC2046,SC2164
cd "$(dirname ${BASH_SOURCE[0]})"

View File

@@ -1,6 +1,6 @@
#!/bin/bash
mockery_v2_version=2.43.2
mockery_v2_version=2.46.0
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.38.0
taskfile_version=3.39.2
# shellcheck disable=SC2086,SC2046,SC2164
cd "$(dirname ${BASH_SOURCE[0]})"