Update to v5 and gitea actions (#1)
Reviewed-on: #1 Co-authored-by: Stanislav N. aka pztrn <pztrn@pztrn.name> Co-committed-by: Stanislav N. aka pztrn <pztrn@pztrn.name>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
dlv_version=1.23.0
|
||||
dlv_version=1.25.2
|
||||
|
||||
set -xe
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
gofumpt_version="0.7.0"
|
||||
gofumpt_version="0.9.0"
|
||||
|
||||
set -xe
|
||||
|
||||
|
@@ -6,7 +6,7 @@
|
||||
|
||||
set -xe
|
||||
|
||||
go_version=1.23.1
|
||||
go_version=1.25.1
|
||||
|
||||
# shellcheck disable=SC2086,SC2046,SC2164
|
||||
cd $(dirname ${BASH_SOURCE[0]})
|
||||
|
@@ -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.61.0
|
||||
golangci_lint_version=2.4.0
|
||||
|
||||
# shellcheck disable=SC2086,SC2046,SC2164
|
||||
cd "$(dirname ${BASH_SOURCE[0]})"
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
mockery_v2_version=2.46.0
|
||||
mockery_v2_version=2.53.4
|
||||
|
||||
cd /tmp || exit 1
|
||||
|
||||
|
@@ -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.39.2
|
||||
taskfile_version=3.44.1
|
||||
|
||||
# shellcheck disable=SC2086,SC2046,SC2164
|
||||
cd "$(dirname ${BASH_SOURCE[0]})"
|
||||
|
Reference in New Issue
Block a user