File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
36
36
- uses : actions/setup-go@v3
37
37
with :
38
- go-version : ' 1.22.2 '
38
+ go-version : ' 1.22.3 '
39
39
40
40
- name : Set up chart-testing
41
41
Original file line number Diff line number Diff line change 11
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
- FROM golang:1.22.2
14
+ FROM golang:1.22.3
15
15
16
16
WORKDIR /go/src/sigs.k8s.io/descheduler
17
17
COPY . .
Original file line number Diff line number Diff line change 134
134
./hack/update-docs.sh
135
135
136
136
gen-docker :
137
- $(CONTAINER_ENGINE ) run --entrypoint make -it -v $(CURRENT_DIR ) :/go/src/sigs.k8s.io/descheduler -w /go/src/sigs.k8s.io/descheduler golang:1.22.2 gen
137
+ $(CONTAINER_ENGINE ) run --entrypoint make -it -v $(CURRENT_DIR ) :/go/src/sigs.k8s.io/descheduler -w /go/src/sigs.k8s.io/descheduler golang:1.22.3 gen
138
138
139
139
verify-gen :
140
140
./hack/verify-conversions.sh
Original file line number Diff line number Diff line change 1
1
module sigs.k8s.io/descheduler
2
2
3
- go 1.22.2
3
+ go 1.22.3
4
4
5
5
require (
6
6
github.com/client9/misspell v0.3.4
You can’t perform that action at this time.
0 commit comments