diff --git a/Dockerfile b/Dockerfile index e94ec56..418e64f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.18-alpine3.16 AS build +FROM golang:1.19-alpine3.16 AS build COPY . /go/src/nats-surveyor WORKDIR /go/src/nats-surveyor ENV GO111MODULE=on diff --git a/main.go b/main.go index 8550212..25c1393 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -// Copyright 2017-2018 The NATS Authors +// Copyright 2017-2022 The NATS Authors // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at