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 (#2482)
Browse files Browse the repository at this point in the history
Build: upgrade Go to `1.13.1`
  • Loading branch information
hiddeco authored Sep 26, 2019
2 parents f1f8f0f + 716afda commit e1d3b20
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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

0 comments on commit e1d3b20

Please sign in to comment.