Skip to content

Commit

Permalink
Makefile: fixed target name for deb/rpm packages (#1641)
Browse files Browse the repository at this point in the history
While here, bumped minimal Go version required according to go.mod.
  • Loading branch information
defanator authored Sep 10, 2024
1 parent e97bc15 commit 1bf000b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Build, test, and generate code for various parts of Alloy.
##
## At least Go 1.19, git, and a moderately recent version of Docker is required
## At least Go 1.22, git, and a moderately recent version of Docker is required
## to be able to use the Makefile. This list isn't exhaustive and there are other
## dependencies for the generate-* targets. If you do not have the full list of
## build dependencies, you may set USE_CONTAINER=1 to proxy build commands to a
Expand Down Expand Up @@ -36,7 +36,7 @@
##
## dist Produce release assets for everything.
## dist-alloy-binaries Produce release-ready Alloy binaries.
## dist-packages Produce release-ready DEB and RPM packages.
## dist-alloy-packages Produce release-ready DEB and RPM packages.
## dist-alloy-installer Produce a Windows installer for Alloy.
##
## Targets for generating assets:
Expand Down

0 comments on commit 1bf000b

Please sign in to comment.