We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 400fa54 commit 9ce142dCopy full SHA for 9ce142d
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.16-alpine AS build
+FROM golang:1.21-alpine AS build
2
3
LABEL MAINTAINER = 'Friends of Go (it@friendsofgo.tech)'
4
go.mod
@@ -1,6 +1,6 @@
module github.com/friendsofgo/killgrave
-go 1.20
+go 1.21
5
require (
6
github.com/gorilla/handlers v1.5.1
0 commit comments