Merge pull request 'chores(Dockerfile): bump golang -> 1.23.0' (#64) from vlbeaudoin/chores/bump-go into main
Reviewed-on: #64
This commit is contained in:
commit
545b38c0db
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.22.3 as build
|
||||
FROM golang:1.23.0 as build
|
||||
|
||||
LABEL author="vlbeaudoin"
|
||||
|
||||
|
|
Loading…
Reference in a new issue