Bump Go version to 1.21
This commit is contained in:
parent
ab564ca25d
commit
410de713ab
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '1.20'
|
||||
go-version: '1.21'
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#Build stage
|
||||
FROM golang:1.20-alpine3.18 AS build-env
|
||||
FROM golang:1.21-alpine3.18 AS build-env
|
||||
|
||||
RUN apk --no-cache add build-base git
|
||||
|
||||
|
|
Loading…
Reference in a new issue