We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403ef48 commit f152788Copy full SHA for f152788
2 files changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.18.7 as builder
+FROM golang:1.18.8 as builder
2
3
# Default value
4
# Run `--build-arg BILLING=true` to enable billing
Makefile
@@ -4,7 +4,7 @@ GT=go test
BUILD_DIR=build
5
PLUGIN_FLAGS=--buildmode=plugin
6
PLUGIN_BUILD_DIR=$(BUILD_DIR)/plugins
7
-DEFAULT_VERSION=8.7.2
+DEFAULT_VERSION=8.8.0
8
VERSION := $(or $(VERSION),$(DEFAULT_VERSION))
9
10
PLUGINS=$(shell ls -l plugins | grep ^d | awk '{ print $$9 }')
0 commit comments