1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-26 05:14:13 +01:00

update makefile/dockerfile to use golang 1.12.12

This commit is contained in:
Mike Dame
2019-10-11 15:02:53 -04:00
parent 0af97c1b5e
commit bd2c217010
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ sudo: false
language: go
go:
- 1.11.1
- 1.12.x
services:
- docker
before_script:

View File

@@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.9.2
FROM golang:1.12.12
WORKDIR /go/src/sigs.k8s.io/descheduler
COPY . .