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

Commit

Permalink
Build: upgrade Go to 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddeco committed Sep 26, 2019
1 parent f1f8f0f commit 716afda
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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

2 comments on commit 716afda

@her2014
Copy link

@her2014 her2014 commented on 716afda Dec 2, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@davidkarlsen
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@her2014 I am not a committee.

Please sign in to comment.