Skip to content

Commit

Permalink
Bump go version to 1.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Morales committed Feb 14, 2025
1 parent 45950e4 commit 1cb578c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # 5.3.0
with:
go-version: "^1.23"
go-version: "^1.24"
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # 4.2.0
if: ${{ !env.ACT }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
token: ${{ secrets.WORKFLOW_TOKEN }}
- uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # 5.3.0
with:
go-version: "^1.23"
go-version: "^1.24"
- uses: technote-space/create-pr-action@91114507cf92349bec0a9a501c2edf1635427bc5 # 2.1.4
with:
EXECUTE_COMMANDS: |
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.4-alpine3.20 AS build
FROM golang:1.24.0-alpine3.21 AS build

WORKDIR /go

Expand All @@ -12,4 +12,4 @@ COPY --from=build /kar /opt/kar

USER 10001:10001

ENTRYPOINT [ "/opt/kar"]
ENTRYPOINT [ "/opt/kar"]
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/electrocucaracha/kubevirt-actions-runner

go 1.23
go 1.24

toolchain go1.23.4
toolchain go1.24.0

replace k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20240430033511-f0e62f92d13f

Expand Down

0 comments on commit 1cb578c

Please sign in to comment.