Bump Go version to 1.21

This commit is contained in:
Gabriel Simmer 2023-08-14 12:18:17 +01:00
parent ab564ca25d
commit 410de713ab
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.21'
- uses: actions/checkout@v3

View file

@ -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