mirror of
https://github.com/fhmq/hmq.git
synced 2026-04-24 10:38:34 +00:00
Update to Go 1.18 and replace fnv-1a with xxhash (#158)
* Update modules and go 1.18 * Use xxhash instead of fnv-1a * Update go version in dockerfile and github workflow
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.17 as builder
|
||||
FROM golang:1.18 as builder
|
||||
WORKDIR /go/src/github.com/fhmq/hmq
|
||||
COPY . .
|
||||
RUN CGO_ENABLED=0 go build -o hmq -a -ldflags '-extldflags "-static"' .
|
||||
|
||||
Reference in New Issue
Block a user