Skip to content

Commit 7feda00

Browse files
authoredApr 30, 2024
chore: bump go and deps (kedacore#991)
* chore: bump go and deps Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> * bump linter Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> * bumps deps Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> * bumps deps Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> * bump deps Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> * update CIs Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> * update manifests Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> * . Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> * fix kustomize Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> * some updates Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> * pin deps Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl> * bump deps Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> * bump deps Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> --------- Signed-off-by: Jorge Turrado <jorge_turrado@hotmail.es> Signed-off-by: Jorge Turrado <jorge.turrado@scrm.lidl>
1 parent c5de19c commit 7feda00

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+426
-305
lines changed
 

‎.devcontainer/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
44
#-------------------------------------------------------------------------------------------------------------
55

6-
FROM golang:1.21.6
6+
FROM golang:1.22.2
77

88
# Avoid warnings by switching to noninteractive
99
ENV DEBIAN_FRONTEND=noninteractive
@@ -55,7 +55,7 @@ RUN apt-get update \
5555
&& go install honnef.co/go/tools/cmd/staticcheck@latest \
5656
&& go install golang.org/x/tools/gopls@latest \
5757
# Install golangci-lint
58-
&& curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.55.2 \
58+
&& curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.57.2 \
5959
#
6060
# Create a non-root user to use if preferred - see https://aka.ms/vscode-remote/containers/non-root-user.
6161
&& groupadd --gid $USER_GID $USERNAME \

‎.github/workflows/build_canary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-20.04
11-
container: ghcr.io/kedacore/keda-tools:1.21.6
11+
container: ghcr.io/kedacore/keda-tools:1.22.2
1212
steps:
1313
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1414

0 commit comments

Comments
 (0)
Please sign in to comment.