Skip to content

Commit 52f6104

Browse files
authored
Dependencies: Bump Go to v1.24.5 (#108175)
1 parent 6222156 commit 52f6104

File tree

37 files changed

+64
-64
lines changed

37 files changed

+64
-64
lines changed

.citools/src/bra/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module bra
22

3-
go 1.24.4
3+
go 1.24.5
44

55
tool github.com/unknwon/bra
66

.citools/src/cog/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module cog
22

3-
go 1.24.4
3+
go 1.24.5
44

55
tool github.com/grafana/cog/cmd/cli
66

.citools/src/cue/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module cue
22

3-
go 1.24.4
3+
go 1.24.5
44

55
tool cuelang.org/go/cmd/cue
66

.citools/src/golangci-lint/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module golangci-lint
22

3-
go 1.24.4
3+
go 1.24.5
44

55
tool github.com/golangci/golangci-lint/v2/cmd/golangci-lint
66

.citools/src/jb/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module jb
22

3-
go 1.24.4
3+
go 1.24.5
44

55
tool github.com/jsonnet-bundler/jsonnet-bundler/cmd/jb
66

.citools/src/lefthook/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module lefthook
22

3-
go 1.24.4
3+
go 1.24.5
44

55
tool github.com/evilmartians/lefthook
66

.citools/src/swagger/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module swagger
22

3-
go 1.24.4
3+
go 1.24.5
44

55
tool github.com/go-swagger/go-swagger/cmd/swagger
66

.drone.yml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ steps:
2525
depends_on: []
2626
environment:
2727
CGO_ENABLED: 0
28-
image: golang:1.24.4-alpine
28+
image: golang:1.24.5-alpine
2929
name: compile-build-cmd
3030
- commands:
3131
- ./bin/build verify-drone
@@ -75,7 +75,7 @@ steps:
7575
- go install github.com/bazelbuild/buildtools/buildifier@latest
7676
- buildifier --lint=warn -mode=check -r .
7777
depends_on: []
78-
image: golang:1.24.4-alpine
78+
image: golang:1.24.5-alpine
7979
name: lint-starlark
8080
trigger:
8181
event:
@@ -140,7 +140,7 @@ steps:
140140
depends_on: []
141141
environment:
142142
CGO_ENABLED: 0
143-
image: golang:1.24.4-alpine
143+
image: golang:1.24.5-alpine
144144
name: compile-build-cmd
145145
- commands:
146146
- '# It is required that code generated from Thema/CUE be committed and in sync
@@ -150,7 +150,7 @@ steps:
150150
- apk add --update make
151151
- CODEGEN_VERIFY=1 make gen-cue
152152
depends_on: []
153-
image: golang:1.24.4-alpine
153+
image: golang:1.24.5-alpine
154154
name: verify-gen-cue
155155
- commands:
156156
- '# It is required that generated jsonnet is committed and in sync with its inputs.'
@@ -159,7 +159,7 @@ steps:
159159
- apk add --update make
160160
- CODEGEN_VERIFY=1 make gen-jsonnet
161161
depends_on: []
162-
image: golang:1.24.4-alpine
162+
image: golang:1.24.5-alpine
163163
name: verify-gen-jsonnet
164164
- commands:
165165
- yarn install --immutable || yarn install --immutable
@@ -210,7 +210,7 @@ steps:
210210
environment:
211211
_EXPERIMENTAL_DAGGER_CLOUD_TOKEN:
212212
from_secret: dagger_token
213-
image: golang:1.24.4-alpine
213+
image: golang:1.24.5-alpine
214214
name: rgm-package
215215
pull: always
216216
volumes:
@@ -472,7 +472,7 @@ steps:
472472
- apk add --update make
473473
- CODEGEN_VERIFY=1 make gen-cue
474474
depends_on: []
475-
image: golang:1.24.4-alpine
475+
image: golang:1.24.5-alpine
476476
name: verify-gen-cue
477477
trigger:
478478
event:
@@ -542,7 +542,7 @@ steps:
542542
- apk add --update make
543543
- CODEGEN_VERIFY=1 make gen-cue
544544
depends_on: []
545-
image: golang:1.24.4-alpine
545+
image: golang:1.24.5-alpine
546546
name: verify-gen-cue
547547
trigger:
548548
branch: main
@@ -609,7 +609,7 @@ steps:
609609
depends_on: []
610610
environment:
611611
CGO_ENABLED: 0
612-
image: golang:1.24.4-alpine
612+
image: golang:1.24.5-alpine
613613
name: compile-build-cmd
614614
- commands:
615615
- '# It is required that code generated from Thema/CUE be committed and in sync
@@ -619,7 +619,7 @@ steps:
619619
- apk add --update make
620620
- CODEGEN_VERIFY=1 make gen-cue
621621
depends_on: []
622-
image: golang:1.24.4-alpine
622+
image: golang:1.24.5-alpine
623623
name: verify-gen-cue
624624
- commands:
625625
- '# It is required that generated jsonnet is committed and in sync with its inputs.'
@@ -628,7 +628,7 @@ steps:
628628
- apk add --update make
629629
- CODEGEN_VERIFY=1 make gen-jsonnet
630630
depends_on: []
631-
image: golang:1.24.4-alpine
631+
image: golang:1.24.5-alpine
632632
name: verify-gen-jsonnet
633633
- commands:
634634
- yarn install --immutable || yarn install --immutable
@@ -678,7 +678,7 @@ steps:
678678
environment:
679679
_EXPERIMENTAL_DAGGER_CLOUD_TOKEN:
680680
from_secret: dagger_token
681-
image: golang:1.24.4-alpine
681+
image: golang:1.24.5-alpine
682682
name: rgm-package
683683
pull: always
684684
volumes:
@@ -1156,7 +1156,7 @@ steps:
11561156
depends_on: []
11571157
environment:
11581158
CGO_ENABLED: 0
1159-
image: golang:1.24.4-alpine
1159+
image: golang:1.24.5-alpine
11601160
name: compile-build-cmd
11611161
- commands:
11621162
- ./bin/build artifacts docker fetch --edition oss
@@ -1286,7 +1286,7 @@ steps:
12861286
depends_on: []
12871287
environment:
12881288
CGO_ENABLED: 0
1289-
image: golang:1.24.4-alpine
1289+
image: golang:1.24.5-alpine
12901290
name: compile-build-cmd
12911291
- commands:
12921292
- ./bin/build artifacts docker fetch --edition oss
@@ -1427,7 +1427,7 @@ steps:
14271427
depends_on: []
14281428
environment:
14291429
CGO_ENABLED: 0
1430-
image: golang:1.24.4-alpine
1430+
image: golang:1.24.5-alpine
14311431
name: compile-build-cmd
14321432
- commands:
14331433
- ./bin/build artifacts packages --artifacts-editions=oss --tag $${DRONE_TAG} --src-bucket
@@ -1519,7 +1519,7 @@ steps:
15191519
depends_on: []
15201520
environment:
15211521
CGO_ENABLED: 0
1522-
image: golang:1.24.4-alpine
1522+
image: golang:1.24.5-alpine
15231523
name: compile-build-cmd
15241524
- commands:
15251525
- yarn install --immutable || yarn install --immutable
@@ -1619,7 +1619,7 @@ steps:
16191619
depends_on: []
16201620
environment:
16211621
CGO_ENABLED: 0
1622-
image: golang:1.24.4-alpine
1622+
image: golang:1.24.5-alpine
16231623
name: compile-build-cmd
16241624
- depends_on:
16251625
- compile-build-cmd
@@ -1716,7 +1716,7 @@ steps:
17161716
depends_on: []
17171717
environment:
17181718
CGO_ENABLED: 0
1719-
image: golang:1.24.4-alpine
1719+
image: golang:1.24.5-alpine
17201720
name: compile-build-cmd
17211721
- commands:
17221722
- ./bin/build publish grafana-com --edition oss ${DRONE_TAG}
@@ -1790,7 +1790,7 @@ steps:
17901790
STORYBOOK_DESTINATION:
17911791
from_secret: rgm_storybook_destination
17921792
UBUNTU_BASE: ubuntu:22.04
1793-
image: golang:1.24.4-alpine
1793+
image: golang:1.24.5-alpine
17941794
name: rgm-build
17951795
pull: always
17961796
volumes:
@@ -1867,7 +1867,7 @@ steps:
18671867
STORYBOOK_DESTINATION:
18681868
from_secret: rgm_storybook_destination
18691869
UBUNTU_BASE: ubuntu:22.04
1870-
image: golang:1.24.4-alpine
1870+
image: golang:1.24.5-alpine
18711871
name: rgm-build
18721872
pull: always
18731873
volumes:
@@ -1986,7 +1986,7 @@ steps:
19861986
STORYBOOK_DESTINATION:
19871987
from_secret: rgm_storybook_destination
19881988
UBUNTU_BASE: ubuntu:22.04
1989-
image: golang:1.24.4-alpine
1989+
image: golang:1.24.5-alpine
19901990
name: rgm-build
19911991
pull: always
19921992
volumes:
@@ -2093,7 +2093,7 @@ steps:
20932093
STORYBOOK_DESTINATION:
20942094
from_secret: rgm_storybook_destination
20952095
UBUNTU_BASE: ubuntu:22.04
2096-
image: golang:1.24.4-alpine
2096+
image: golang:1.24.5-alpine
20972097
name: rgm-build
20982098
pull: always
20992099
volumes:
@@ -2239,7 +2239,7 @@ steps:
22392239
STORYBOOK_DESTINATION:
22402240
from_secret: rgm_storybook_destination
22412241
UBUNTU_BASE: ubuntu:22.04
2242-
image: golang:1.24.4-alpine
2242+
image: golang:1.24.5-alpine
22432243
name: rgm-publish
22442244
pull: always
22452245
volumes:
@@ -2369,7 +2369,7 @@ steps:
23692369
STORYBOOK_DESTINATION:
23702370
from_secret: rgm_storybook_destination
23712371
UBUNTU_BASE: ubuntu:22.04
2372-
image: golang:1.24.4-alpine
2372+
image: golang:1.24.5-alpine
23732373
name: rgm-build
23742374
pull: always
23752375
volumes:
@@ -2711,7 +2711,7 @@ steps:
27112711
- commands:
27122712
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM docker:27-cli
27132713
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM alpine/git:2.40.1
2714-
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM golang:1.24.4-alpine
2714+
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM golang:1.24.5-alpine
27152715
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM node:22.16.0-alpine
27162716
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM node:22-bookworm
27172717
- trivy --exit-code 0 --severity UNKNOWN,LOW,MEDIUM google/cloud-sdk:431.0.0
@@ -2739,7 +2739,7 @@ steps:
27392739
- commands:
27402740
- trivy --exit-code 1 --severity HIGH,CRITICAL docker:27-cli
27412741
- trivy --exit-code 1 --severity HIGH,CRITICAL alpine/git:2.40.1
2742-
- trivy --exit-code 1 --severity HIGH,CRITICAL golang:1.24.4-alpine
2742+
- trivy --exit-code 1 --severity HIGH,CRITICAL golang:1.24.5-alpine
27432743
- trivy --exit-code 1 --severity HIGH,CRITICAL node:22.16.0-alpine
27442744
- trivy --exit-code 1 --severity HIGH,CRITICAL node:22-bookworm
27452745
- trivy --exit-code 1 --severity HIGH,CRITICAL google/cloud-sdk:431.0.0
@@ -2986,6 +2986,6 @@ kind: secret
29862986
name: gcr_credentials
29872987
---
29882988
kind: signature
2989-
hmac: 70e5888d6be34ca57086672bc58d6de7de0029210e4485190571452972774e54
2989+
hmac: 30bdd468f35d41ca5594e5d13cf500ab4949ea875f6f88b5121a1254353e76b2
29902990

29912991
...

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ARG JS_SRC=js-builder
1616
# By using FROM instructions we can delegate dependency updates to dependabot
1717
FROM alpine:3.21.3 AS alpine-base
1818
FROM ubuntu:22.04 AS ubuntu-base
19-
FROM golang:1.24.4-alpine AS go-builder-base
19+
FROM golang:1.24.5-alpine AS go-builder-base
2020
FROM --platform=${JS_PLATFORM} node:22-alpine AS js-builder-base
2121

2222
# Javascript build stage

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ include .bingo/Variables.mk
99
include .citools/Variables.mk
1010

1111
GO = go
12-
GO_VERSION = 1.24.4
12+
GO_VERSION = 1.24.5
1313
GO_LINT_FILES ?= $(shell ./scripts/go-workspace/golangci-lint-includes.sh)
1414
GO_TEST_FILES ?= $(shell ./scripts/go-workspace/test-includes.sh)
1515
SH_FILES ?= $(shell find ./scripts -name *.sh)

0 commit comments

Comments
 (0)