Skip to content

Commit

Permalink
Upgrade Golang to 1.16 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
HoustonPutman authored Mar 15, 2021
1 parent 75830c3 commit 252232f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

strategy:
matrix:
go: [ '1.14' ]
go: [ '1.16' ]

steps:
# Setup
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.14 as builder
FROM golang:1.16 as builder

WORKDIR /workspace
ARG GO111MODULE=on
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/apache/lucene-solr-operator

go 1.14
go 1.16

require (
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
Expand Down

0 comments on commit 252232f

Please sign in to comment.