Merge pull request 'chores(Dockerfile): bump go version to v1.22.0' (#51) from chores/bump-go-to-1.22 into main
Reviewed-on: #51
This commit is contained in:
commit
522b2d7041
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.21.1 as build
|
||||
FROM golang:1.22.0 as build
|
||||
|
||||
LABEL author="vlbeaudoin"
|
||||
|
||||
|
|
Loading…
Reference in a new issue