Skip to content

Commit 873dc97

Browse files
committed
Update Go to 1.16
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 00989a9 commit 873dc97

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Go
2323
uses: actions/setup-go@v2
2424
with:
25-
go-version: 1.15.x
25+
go-version: 1.16.x
2626
- name: Setup Kubebuilder
2727
uses: fluxcd/pkg/actions/kubebuilder@main
2828
- name: Run tests

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ meeting](https://docs.google.com/document/d/1l_M0om0qUEN_NNiGgpqJ2tvsF2iioHkaARD
4040
### How to run the test suite
4141

4242
Prerequisites:
43-
* go >= 1.15
43+
* go >= 1.16
4444
* kubebuilder >= 2.3
4545
* kustomize >= 3.1
4646

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.15-alpine as builder
1+
FROM golang:1.16-alpine as builder
22

33
WORKDIR /workspace
44

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/fluxcd/source-watcher
22

3-
go 1.15
3+
go 1.16
44

55
require (
66
github.com/fluxcd/pkg/runtime v0.12.0

0 commit comments

Comments
 (0)