File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120
120
121
121
test :
122
122
docker :
123
- - image : cimg/go:1.24.4
123
+ - image : cimg/go:1.24.6
124
124
steps :
125
125
- checkout
126
126
- *set_environment_variables
@@ -136,7 +136,7 @@ jobs:
136
136
# The goreleaser image tag determins the version of Go.
137
137
# Manually check goreleaser images for their version of Go.
138
138
# Ref: https://hub.docker.com/r/goreleaser/goreleaser/tags
139
- - image : goreleaser/goreleaser:v2.10.2
139
+ - image : goreleaser/goreleaser:v2.12-nightly
140
140
steps :
141
141
- checkout
142
142
- setup_remote_docker
Original file line number Diff line number Diff line change 1
1
module github.com/fairwindsops/polaris
2
2
3
- go 1.24.4
3
+ go 1.24.6
4
4
5
5
require (
6
6
github.com/fairwindsops/controller-utils v0.3.4
You can’t perform that action at this time.
0 commit comments