Skip to content

Commit

Permalink
Bump required Go version to 1.15 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusweig authored Sep 1, 2020
1 parent 9e97010 commit 429ac5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.14
- name: Set up Go 1.15
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: 1.15
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ curl -Lo ketall.gz https://github.com/corneliusweig/ketall/releases/download/v1.
#### Build on host

Requirements:
- go 1.14 or newer
- go 1.15 or newer
- GNU make
- git

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ require (
k8s.io/client-go v0.19.0
)

go 1.14
go 1.15

0 comments on commit 429ac5d

Please sign in to comment.