Skip to content

Commit 745465e

Browse files
authored
Bumping to Go 1.15 (#38)
* Bumping to Go 1.15 * Bump go to 1.15 in CI
1 parent 659d5a8 commit 745465e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go 1.x
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: ^1.13
19+
go-version: ^1.15
2020
id: go
2121

2222
- name: Check out code into the Go module directory

go.mod

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

3-
go 1.13
3+
go 1.15
44

55
require (
66
github.com/onsi/ginkgo v1.12.1

0 commit comments

Comments
 (0)