Skip to content

Commit

Permalink
chore: bump up go to 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
hbagdi committed Aug 27, 2020
1 parent de29e98 commit baa0fdd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: '^1.14'
go-version: '^1.15'
- name: Cache Go modules
uses: actions/cache@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: '^1.14'
go-version: '^1.15'
- name: Cache Go modules
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: '^1.14'
go-version: '^1.15'
- name: Cache Go modules
uses: actions/cache@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14 AS build
FROM golang:1.15 AS build
WORKDIR /kong-ingress-controller
COPY go.mod ./
COPY go.sum ./
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/kong/kubernetes-ingress-controller

go 1.13
go 1.15

require (
github.com/blang/semver v3.5.1+incompatible
Expand Down

0 comments on commit baa0fdd

Please sign in to comment.