Skip to content

Commit 2d358e1

Browse files
unknwonachilleas-k
authored andcommitted
build: requires Go 1.13
1 parent e41a9f3 commit 2d358e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ All notable changes to Gogs are documented in this file.
1414

1515
### Changed
1616

17+
- The required Go version to compile source code changed to 1.13.
1718
- All assets are now embedded into binary and served from memory by default. Set `[server] LOAD_ASSETS_FROM_DISK = true` to load them from disk. [#5920](https://github.com/gogs/gogs/pull/5920)
1819
- Application and Go versions are removed from page footer and only show in the admin dashboard.
1920
- Build tag for running as Windows Service has been changed from `miniwinsvc` to `minwinsvc`.

Diff for: gogs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// +build go1.12
1+
// +build go1.13
22

33
// Copyright 2014 The Gogs Authors. All rights reserved.
44
// Use of this source code is governed by a MIT-style

0 commit comments

Comments
 (0)