We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ef9cb commit a99a634Copy full SHA for a99a634
2 files changed
.github/workflows/test.yml
@@ -5,7 +5,7 @@ on:
5
push:
6
branches-ignore: [main]
7
env:
8
- GO_VERSION: '1.25.8'
+ GO_VERSION: '1.26.1'
9
GOLANGCI_LINT_VERSION: 'v2.11.4'
10
jobs:
11
# Check if there is any dirty change for go mod tidy
Makefile
@@ -60,7 +60,7 @@ YQ = $(LOCALBIN)/yq
60
## TODO: remap in yaml file (version.yaml or smthng)
61
## Tool Versions
62
# GO_BUILDER_VERSION must be without 'v' prefix
63
-GO_BUILDER_VERSION = 1.25.8
+GO_BUILDER_VERSION = 1.26.1
64
GOLANGCI_LINT_VERSION = v2.11.4
65
YQ_VERSION ?= v4.50.1
66
0 commit comments