Skip to content

Commit

Permalink
Update minimum required Go version to v1.16 (#25)
Browse files Browse the repository at this point in the history
An indirect dependency on io/fs requires us to upgrade to Go 1.16
  • Loading branch information
stv0g authored Mar 4, 2024
1 parent 8ff4e65 commit 91c6682
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.14 as builder
FROM golang:1.16 as builder

WORKDIR /go/src/app
COPY go.mod go.sum ./
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/numtide/nar-serve

go 1.14
go 1.16

require (
cloud.google.com/go/compute v1.6.0 // indirect
Expand Down

0 comments on commit 91c6682

Please sign in to comment.