Skip to content

Commit

Permalink
update go version definitions across server
Browse files Browse the repository at this point in the history
  • Loading branch information
m90 committed Nov 19, 2020
1 parent b6c4c56 commit e2f446b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SPDX-License-Identifier: Apache-2.0

`server` exposes a HTTP API that can be used to record and query event data as well as static assets.

`server` is a Go application built on top of the [gin-framework][] that uses Go modules for dependency management. The expected Go version is 1.14.
`server` is a Go application built on top of the [gin-framework][] that uses Go modules for dependency management. The expected Go version is 1.15.

[gin-framework]: https://github.com/gin-gonic/gin

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

go 1.12
go 1.15

require (
github.com/NYTimes/gziphandler v1.1.1
Expand Down

0 comments on commit e2f446b

Please sign in to comment.