Revert "Avoid https://github.com/nektos/act/issues/1908 by specifying golang 1.20.5. ()"

This reverts commit dcf84d8a53.
This commit is contained in:
sillyguodong 2023-08-02 12:09:31 +08:00
parent 8a859fcf98
commit 2d3b2eeee6
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.20.5-alpine3.18 as builder
FROM golang:1.20-alpine3.18 as builder
# Do not remove `git` here, it is required for getting runner version when executing `make build`
RUN apk add --no-cache make git

View file

@ -1,4 +1,4 @@
FROM golang:1.20.5-alpine3.18 as builder
FROM golang:1.20-alpine3.18 as builder
# Do not remove `git` here, it is required for getting runner version when executing `make build`
RUN apk add --no-cache make git