1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

43 Commits

Author SHA1 Message Date
3cc41523be Update to Go 1.14.3 and Go 1.13.11 2020-05-16 23:25:45 +02:00
2ebb9f5484 Fix Go build version 2020-03-21 12:25:03 +01:00
1d91d8e14b Update to Go 1.14.1 and 1.13.9
Fixes #7078
2020-03-20 18:25:54 +01:00
33ae621083 Update to Go 1.14 and 1.13.8
Fixes #6958
2020-02-26 17:33:11 +01:00
56d0b65887 Add "go mod verify" to build scripts 2020-02-16 00:15:58 +01:00
0792cfa9fa Update to Go 1.13.7 and Go 1.12.16
Fixes #6830
2020-01-31 14:18:48 +01:00
031f948f87 Update to Go 1.13.4 and Go 1.12.13 2019-11-25 18:59:06 +01:00
71b18a0786 Update to Go 1.12.10 and 1.13.1
Fixes #6406
2019-10-10 09:50:44 +02:00
b43130115d Update to Go 1.13
Fixes #6304
2019-09-04 00:54:41 +02:00
05d83b6c08 Update to Go 1.11.13 and 1.12.9
Fixes #6228
2019-09-03 10:05:17 +02:00
f77a4a2f4a Revert "Update to Go 1.11.13 and 1.12.9"
This reverts commit f28efd35820dc4909832c14dfd8ea6812ecead31.
2019-08-17 19:38:12 +02:00
f28efd3582 Update to Go 1.11.13 and 1.12.9
Fixes #6228
2019-08-16 10:46:34 +02:00
31c9c690fd releaser: Update Go Releaser and consolidate the 2 configs
Fixes #5949
2019-06-11 00:02:06 +02:00
71b8d8b6a4 Update to Go 1.12.5 and Go 1.11.10
Fixes #5944
2019-05-15 07:49:04 +02:00
3db4a1cf7a Update to Go 1.12.2 and Go 1.11.7
Fixes #5819
2019-04-07 18:54:53 +02:00
984a73af9e Update to Go 1.12.1 and Go 1.11.6
Fixes #5755
2019-03-17 08:37:42 +01:00
b9e75afd6c Update to Go 1.12
Fixes #5716
2019-03-07 10:26:26 +01:00
8ed2a1caa9 Bump to Go 1.11.5
Fixes #5654
2019-01-31 13:23:55 +01:00
ecc8922752 releaser: Bump Goreleaser version 2018-12-26 11:30:05 +01:00
bb9c2988f8 Update to Go 1.11.4
Fixes #5524
2018-12-19 11:48:17 +01:00
ef525b15d4 Build on CircleCI outside of GOPATH
Fixes #5135
2018-09-23 18:50:26 +02:00
d351ac2e69 Release 0.48 2018-08-28 23:17:01 +02:00
59cdad325a release: Fix CircleCI script 2018-08-28 22:17:35 +02:00
6b9934a266 circleci: Update to Go 1.11
See #5115
2018-08-28 11:22:50 +02:00
d999b4e82b Revert "releaser: Revert to the old versions of the release pipeline"
This reverts commit 659917a002ebd3908dc46454881fa939b9e71a8e.
2018-08-15 09:34:36 +02:00
659917a002 releaser: Revert to the old versions of the release pipeline 2018-07-09 11:54:10 +02:00
e3df6478f0 Bump CircleCI image 2018-07-09 09:24:34 +02:00
554553c09c circleci: Update docker image
With Go 10.3 and newest Goreleaser and Mage.
2018-06-29 10:46:21 +02:00
230f2b8c4f Bump Go versions
Fixes #4545
2018-04-09 11:01:01 +02:00
5ed11edf5a releaser: Update to Go 1.10 2018-02-21 08:52:44 +01:00
a3f26e5636 Second try: Update to Go 1.10 (!) 2018-02-17 00:35:22 +01:00
0c452c6e7d Revert "Update to Go 1.10 (!)"
This reverts commit ff10c15a93632043f7a7f6551a30487c9ef58c50.
2018-02-16 23:42:42 +01:00
ff10c15a93 Update to Go 1.10 (!)
See https://blog.golang.org/go1.10
2018-02-16 23:29:51 +01:00
49b98975be releaser: Update to Go 1.9.4 2018-02-08 19:25:02 +01:00
a91aba1c15 Update to Go 1.9.3
Fixes #4328
2018-01-26 17:07:08 +01:00
9299a16c99 circleci: Bump to Go 1.9.2
Closes #4064
2017-11-11 09:46:35 +01:00
8964162573 circleci: Must go get mage
See https://github.com/magefile/mage/issues/79
2017-10-19 07:26:27 +02:00
ad5ef43838 Fix mage vs make issues
And remove Makefile ... for good.

Fixes #3969
2017-10-18 07:56:10 +02:00
49d5e7da42 Use Make for the release for now
[ci skip]
2017-10-16 10:22:39 +02:00
04bdb596ad Fix CircleCI build issue 2017-10-15 13:41:26 +02:00
fe71cb6f5f Replace make with mage in CircleCI build
Updates #3969
2017-10-15 11:08:25 +02:00
68ace43431 Update CircleCI build to use Mage
Fixes #3969
2017-10-15 10:59:16 +02:00
d2249c5099 Set up Hugo release flow on CircleCI
This rewrites the release logic to use CircleCI 2.0 and its approve workflow in combination with the state of the release notes to determine what to do next.

Fixes #3779
2017-09-10 17:14:02 +02:00