Skip to content

Commit

Permalink
chore(deps): Upgrade to go 1.15 (#140)
Browse files Browse the repository at this point in the history
Go 1.15 was released about a month ago and is now on 1.15.2; let's
upgrade kleat to use it.
  • Loading branch information
ezimanyi authored Sep 16, 2020
1 parent 75d7620 commit 8c3fd83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.14
go-version: 1.15
- name: Ensure packages and dependencies compile
run: go build ./...
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v1
with:
go-version: 1.14
go-version: 1.15
- name: Create release
uses: goreleaser/goreleaser-action@v2
with:
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/spinnaker/kleat

go 1.14
go 1.15

require (
github.com/golang/protobuf v1.4.2
Expand Down

0 comments on commit 8c3fd83

Please sign in to comment.