Skip to content

Commit

Permalink
ci: go bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Gaikwad <gaikwadabhishek1997@gmail.com>
  • Loading branch information
gaikwadabhishek committed Mar 5, 2024
1 parent bf89339 commit 185cb18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_operator.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.21.0'
go-version: '1.22.x'
- name: Login to DockerHub
uses: docker/login-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-go@v4
with:
go-version: '1.21.0'
go-version: '1.22.x'
- name: Login to DockerHub
uses: docker/login-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion operator/Dockerfile
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.21 as builder
FROM golang:1.22 as builder

ARG BUILD_VERSION
ARG BUILD_TIME
Expand Down

0 comments on commit 185cb18

Please sign in to comment.