Skip to content

Commit

Permalink
feat(docker-image): update golang docker tag to v1.20 by-angelnu-bot
Browse files Browse the repository at this point in the history
| datasource | package | from | to   |
| ---------- | ------- | ---- | ---- |
| docker     | golang  | 1.19 | 1.20 |
  • Loading branch information
angelnu-bot[bot] committed Jul 11, 2023
1 parent 96d7256 commit b0d64f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19@sha256:405b708c4612817e9966bff1469570eaed1ecf02a98055fb43bd6ca7b6401b37 AS build
FROM golang:1.20@sha256:8e5a0067e6b387263a01d06b91ef1a983f90e9638564f6e25392fd2695f7ab6c AS build

WORKDIR /workspace
ENV GO111MODULE=on
Expand Down

0 comments on commit b0d64f3

Please sign in to comment.