pin 1.20.5 for builds waiting on ACT upgrade
Refs: https://github.com/nektos/act/issues/1908
This commit is contained in:
parent
59c5e0ba1e
commit
a6e6b846ca
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
#Build stage
|
#Build stage
|
||||||
FROM golang:1.20-alpine3.18 AS build-env
|
# Switch back to 1.20 instead of 1.20.5 when https://github.com/nektos/act/issues/1908 is resolved
|
||||||
|
FROM golang:1.20.5-alpine3.18 AS build-env
|
||||||
|
|
||||||
RUN apk --no-cache add build-base git
|
RUN apk --no-cache add build-base git
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue