浏览代码

deps: Bump Go and golangci-lint

* Go to 1.15.5
* golangci-lint 1.33.0

Signed-off-by: Chris Crone <[email protected]>
Chris Crone 5 年之前
父节点
当前提交
7a740aebf5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -15,8 +15,8 @@
 #   See the License for the specific language governing permissions and
 #   limitations under the License.
 
-ARG GO_VERSION=1.15.3-alpine
-ARG GOLANGCI_LINT_VERSION=v1.32.0-alpine
+ARG GO_VERSION=1.15.5-alpine
+ARG GOLANGCI_LINT_VERSION=v1.33.0-alpine
 ARG PROTOC_GEN_GO_VERSION=v1.4.3
 
 FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS base