Skip to content

Commit a99a634

Browse files
committed
bump go
Signed-off-by: Pavel Okhlopkov <pavel.okhlopkov@flant.com>
1 parent 84ef9cb commit a99a634

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches-ignore: [main]
77
env:
8-
GO_VERSION: '1.25.8'
8+
GO_VERSION: '1.26.1'
99
GOLANGCI_LINT_VERSION: 'v2.11.4'
1010
jobs:
1111
# Check if there is any dirty change for go mod tidy

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ YQ = $(LOCALBIN)/yq
6060
## TODO: remap in yaml file (version.yaml or smthng)
6161
## Tool Versions
6262
# GO_BUILDER_VERSION must be without 'v' prefix
63-
GO_BUILDER_VERSION = 1.25.8
63+
GO_BUILDER_VERSION = 1.26.1
6464
GOLANGCI_LINT_VERSION = v2.11.4
6565
YQ_VERSION ?= v4.50.1
6666

0 commit comments

Comments
 (0)