Skip to content

Commit c662e75

Browse files
committed
chore: upgrade to Go 1.24
1 parent 8b70517 commit c662e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: deploy/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.22 AS builder
15+
FROM golang:1.24 AS builder
1616
WORKDIR /src
1717

1818
# This arg is passed by docker buildx & contains the target CPU architecture (e.g., amd64, arm64, etc.)

0 commit comments

Comments
 (0)