Skip to content

Commit

Permalink
Bump to Go 1.24.0
Browse files Browse the repository at this point in the history
I held this one back for a little while, but I think it's time to see
what the new version has in store for this project.
  • Loading branch information
ahamlinman committed Feb 19, 2025
1 parent 966e7d7 commit f64a500
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# syntax = docker.io/docker/dockerfile:1.12
# syntax = docker.io/docker/dockerfile:1.13

# The Alpine and Go base images must use the same release of Alpine.
ARG ALPINE_BASE=docker.io/library/alpine:3.21
ARG GOLANG_BASE=docker.io/library/golang:1.23-alpine3.21
ARG GOLANG_BASE=docker.io/library/golang:1.24-alpine3.21
# The Node.js image does not require any particular OS.
ARG NODEJS_BASE=docker.io/library/node:22-alpine
# See https://gstreamer.freedesktop.org/news/.
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ahamlinman/hypcast

go 1.23.0
go 1.24.0

require (
github.com/google/go-cmp v0.6.0
Expand Down

0 comments on commit f64a500

Please sign in to comment.