Skip to content

Commit

Permalink
Merge pull request #104 from nats-io/release/v0.4.0
Browse files Browse the repository at this point in the history
Prepare Release v0.4.0
  • Loading branch information
wallyqs authored Sep 1, 2022
2 parents 456881e + e45105e commit 8a94a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8a94a2d

Please sign in to comment.