Skip to content

Commit

Permalink
Update Go version (v1.21)
Browse files Browse the repository at this point in the history
  • Loading branch information
joanlopez committed Nov 18, 2023
1 parent 400fa54 commit 9ce142d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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-alpine AS build
FROM golang:1.21-alpine AS build

LABEL MAINTAINER = 'Friends of Go ([email protected])'

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/friendsofgo/killgrave

go 1.20
go 1.21

require (
github.com/gorilla/handlers v1.5.1
Expand Down

0 comments on commit 9ce142d

Please sign in to comment.