Skip to content

Commit

Permalink
Merge pull request #6635 from azylinski/bump-ca-go-1-22
Browse files Browse the repository at this point in the history
Bump CA golang to 1.22.1
  • Loading branch information
k8s-ci-robot committed Mar 18, 2024
2 parents d08db94 + d26bc68 commit eb5d875
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.21.6'
go-version: '1.22.1'

- uses: actions/checkout@v2
with:
Expand Down
4 changes: 2 additions & 2 deletions builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.21.8
FROM golang:1.22.1
LABEL maintainer="Marcin Wielgus <mwielgus@google.com>"

ENV GOPATH /gopath/
Expand All @@ -21,6 +21,6 @@ ENV GO111MODULE auto

RUN apt-get update && apt-get --yes install libseccomp-dev
RUN go version
RUN go get github.com/tools/godep
RUN go install github.com/tools/godep@latest
RUN godep version
CMD ["/bin/bash"]
4 changes: 2 additions & 2 deletions cluster-autoscaler/go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module k8s.io/autoscaler/cluster-autoscaler

go 1.21
go 1.22

toolchain go1.21.8
toolchain go1.22.1

require (
cloud.google.com/go/compute/metadata v0.2.3
Expand Down

0 comments on commit eb5d875

Please sign in to comment.