Skip to content

Commit

Permalink
Merge pull request #6526 from Shubham82/cherry-picked-of-#6522-upstre…
Browse files Browse the repository at this point in the history
…am-cluster-autoscaler-release-1.29

Backport #6522 [CA] Bump go version into CA1.29
  • Loading branch information
k8s-ci-robot authored Mar 15, 2024
2 parents 642c18b + 706373b commit a522f41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.3'
go-version: '1.21.6'

- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion 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.4
FROM golang:1.21.6
LABEL maintainer="Marcin Wielgus <[email protected]>"

ENV GOPATH /gopath/
Expand Down

0 comments on commit a522f41

Please sign in to comment.