Skip to content

Commit

Permalink
Build with golang 1.18
Browse files Browse the repository at this point in the history
According golang support policy, golang 1.16 is supportet until 1.18
is released. Version 1.18 is released, so no support for 1.16 anymore.

https://go.dev/doc/devel/release#policy
  • Loading branch information
vinzent committed Mar 24, 2022
1 parent b937fd1 commit d66e376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16 as builder
FROM golang:1.18 as builder

WORKDIR /app

Expand Down

0 comments on commit d66e376

Please sign in to comment.