Skip to content

Commit 9ce142d

Browse files
committed
Update Go version (v1.21)
1 parent 400fa54 commit 9ce142d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16-alpine AS build
1+
FROM golang:1.21-alpine AS build
22

33
LABEL MAINTAINER = 'Friends of Go (it@friendsofgo.tech)'
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/friendsofgo/killgrave
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/gorilla/handlers v1.5.1

0 commit comments

Comments
 (0)