chore(deps): bump golang from 1.20 to 1.21 in /deploy (#2682)
Bumps golang from 1.20 to 1.21. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
73b711816e
commit
232c77de5d
|
|
@ -12,7 +12,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
FROM golang:1.20 AS builder
|
||||
FROM golang:1.21 AS builder
|
||||
WORKDIR /src
|
||||
|
||||
# This arg is passed by docker buildx & contains the target CPU architecture (e.g., amd64, arm64, etc.)
|
||||
|
|
|
|||
Loading…
Reference in New Issue