Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 0bf09d3

Browse files
authored
Merge pull request #394 from docker/bump-go-1.14.6
Bump Golang to 1.14.6
2 parents c13d165 + bda3050 commit 0bf09d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
15-
ARG GO_VERSION=1.14.5-alpine
15+
ARG GO_VERSION=1.14.6-alpine
1616
ARG GOLANGCI_LINT_VERSION=v1.28.3-alpine
1717

1818
FROM --platform=${BUILDPLATFORM} golang:${GO_VERSION} AS base

0 commit comments

Comments
 (0)