File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
run :
2
2
timeout : 5m
3
- go : ' 1.23'
3
+ go : ' 1.23.2 '
4
4
5
5
linters :
6
6
disable-all : true
@@ -83,7 +83,7 @@ linters-settings:
83
83
- performance
84
84
- style
85
85
gofumpt :
86
- lang-version : " 1.23"
86
+ lang-version : " 1.23.2 "
87
87
extra-rules : true
88
88
lll :
89
89
line-length : 150
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ proto: ## Generate protobuf files
141
141
# Sometimes we get whitespace differences when running this on linux vs mac
142
142
# So here's how you can do it under linux, on mac
143
143
proto-linux :
144
- docker run --rm -v " $( CURRENT_DIR) :/app" -w /app golang:1.20 make proto
144
+ docker run --rm -v " $( CURRENT_DIR) :/app" -w /app golang:1.23.2 make proto
145
145
146
146
# #@ Docker
147
147
_docker :
Original file line number Diff line number Diff line change 1
1
# Go build
2
- FROM golang:1.23@sha256:574185e5c6b9d09873f455a7c205ea0514bfd99738c5dc7750196403a44ed4b7 AS go-build
2
+ FROM golang:1.23.2 @sha256:ad5c126b5cf501a8caef751a243bb717ec204ab1aa56dc41dc11be089fafcb4f AS go-build
3
3
4
4
# Add known_hosts entries for GitHub and GitLab
5
5
RUN mkdir ~/.ssh
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ COPY --chown=node:node ui /home/app/ui
15
15
RUN --mount=type=cache,target=/home/app/ui/.parcel-cache make ui
16
16
17
17
# Go build
18
- FROM golang:1.23@sha256:574185e5c6b9d09873f455a7c205ea0514bfd99738c5dc7750196403a44ed4b7 AS go-build
18
+ FROM golang:1.23.2 @sha256:ad5c126b5cf501a8caef751a243bb717ec204ab1aa56dc41dc11be089fafcb4f AS go-build
19
19
20
20
# Add known_hosts entries for GitHub and GitLab
21
21
RUN mkdir ~/.ssh
Original file line number Diff line number Diff line change 1
1
module github.com/weaveworks/weave-gitops
2
2
3
- go 1.23
3
+ go 1.23.2
4
4
5
5
require (
6
6
github.com/Masterminds/semver/v3 v3.2.1
Original file line number Diff line number Diff line change 1
- FROM golang:1.23@sha256:574185e5c6b9d09873f455a7c205ea0514bfd99738c5dc7750196403a44ed4b7
1
+ FROM golang:1.23.2 @sha256:ad5c126b5cf501a8caef751a243bb717ec204ab1aa56dc41dc11be089fafcb4f
2
2
RUN apt-get update
3
3
RUN apt-get -y install curl gnupg
4
4
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
You can’t perform that action at this time.
0 commit comments