Skip to content

Commit 78a5407

Browse files
chore(build): Upgrade Go to version 1.23 (#230)
Signed-off-by: jannfis <[email protected]> Co-authored-by: Ishita Sequeira <[email protected]>
1 parent a940259 commit 78a5407

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- 'main'
99
env:
1010
# Golang version to use across CI steps
11-
GOLANG_VERSION: '1.22'
11+
GOLANG_VERSION: '1.23'
1212

1313
permissions:
1414
contents: read

Dockerfile.agent

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/golang:1.22 AS builder
1+
FROM docker.io/library/golang:1.23 AS builder
22
WORKDIR /src
33
COPY . .
44
RUN make agent

Dockerfile.principal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/library/golang:1.22 AS builder
1+
FROM docker.io/library/golang:1.23 AS builder
22
WORKDIR /src
33
COPY . .
44
RUN make principal

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/argoproj-labs/argocd-agent
22

3-
go 1.22.0
4-
5-
toolchain go1.22.3
3+
go 1.23.0
64

75
require (
86
github.com/argoproj/argo-cd/v2 v2.12.3

0 commit comments

Comments
 (0)