Skip to content

Commit

Permalink
Update golang version for regular tests to go1.23.
Browse files Browse the repository at this point in the history
    This change updates the go version for tests that do not use prebuilt
    images to go 1.23.
  • Loading branch information
paulosjca committed Nov 22, 2024
1 parent 1a2798a commit 5eeb1a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/defaults_template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ languages:
runImage: "{{ .RunImagePrefix }}cxx:{{ .Version }}"

- language: go
buildImage: golang:1.22
buildImage: golang:1.23
runImage: "{{ .RunImagePrefix }}go:{{ .Version }}"

- language: java
Expand Down

0 comments on commit 5eeb1a5

Please sign in to comment.