Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Build: upgrade Go to 1.13.1 #2482

Merged
merged 1 commit into from Sep 26, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -62,7 +62,7 @@ jobs:
machine:
image: ubuntu-1604:201903-01
environment:
GO_VERSION: 1.12.5
GO_VERSION: 1.13.1
# We don't need a GOPATH but CircleCI defines it, so we override it
GOPATH: /home/circleci/go
GO111MODULE: 'on'
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing/building.md
@@ -1,6 +1,6 @@
# Building

You'll need a working `go` environment version >= 1.11 (official releases are built against `1.12`).
You'll need a working `go` environment version >= 1.11 (official releases are built against `1.13`).
It's also expected that you have a Docker daemon for building images.

Clone the repository. The project uses [Go Modules](https://github.com/golang/go/wiki/Modules),
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module github.com/fluxcd/flux

go 1.12
go 1.13

require (
github.com/Jeffail/gabs v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Expand Up @@ -46,7 +46,7 @@ parts:
- gcc
- git
build-snaps:
- go/1.12/stable
- go/1.13/stable
stage:
- -bin/fluxd
- -bin/helm-operator
Expand Down