Skip to content

Commit f152788

Browse files
chore: update version
1 parent 403ef48 commit f152788

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.18.7 as builder
1+
FROM golang:1.18.8 as builder
22

33
# Default value
44
# Run `--build-arg BILLING=true` to enable billing

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ GT=go test
44
BUILD_DIR=build
55
PLUGIN_FLAGS=--buildmode=plugin
66
PLUGIN_BUILD_DIR=$(BUILD_DIR)/plugins
7-
DEFAULT_VERSION=8.7.2
7+
DEFAULT_VERSION=8.8.0
88
VERSION := $(or $(VERSION),$(DEFAULT_VERSION))
99

1010
PLUGINS=$(shell ls -l plugins | grep ^d | awk '{ print $$9 }')

0 commit comments

Comments
 (0)