Skip to content

Commit

Permalink
Reflect comment
Browse files Browse the repository at this point in the history
Signed-off-by: zeroalphat <[email protected]>
  • Loading branch information
zeroalphat committed Jul 17, 2024
1 parent bbfc13e commit 6c83e48
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,12 +1,12 @@
# Makefile for sabakan

# configuration variables
ETCD_VERSION = 3.5.7
ETCD_VERSION = 3.5.14
GO_FILES=$(shell find -name '*.go' -not -name '*_test.go')
BUILT_TARGET=sabakan sabactl sabakan-cryptsetup
IMAGE ?= ghcr.io/cybozu-go/sabakan
TAG ?= latest
CFSSL_VER = 1.6.4
CFSSL_VER = 1.6.5
CFSSL = /usr/local/bin/cfssl
CFSSLJSON = /usr/local/bin/cfssljson
E2E_OUTPUT=./e2e/output
Expand Down

0 comments on commit 6c83e48

Please sign in to comment.