Skip to content
This repository was archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
build: Update Go to v1.15.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ganta committed Feb 8, 2021
1 parent 9db83a0 commit 5519acc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.12.17
go-version: 1.15.7
- uses: golangci/golangci-lint-action@v2
with:
version: v1.30.0
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.12.17
go-version: 1.15.7
- uses: actions/cache@v2
with:
path: ~/go/pkg/mod
Expand All @@ -52,7 +52,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.12.17
go-version: 1.15.7
- uses: actions/cache@v2
with:
path: ~/go/pkg/mod
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:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.12.17
go-version: 1.15.7
- uses: actions/cache@v2
with:
path: ~/go/pkg/mod
Expand Down
1 change: 1 addition & 0 deletions .go-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.15.7

0 comments on commit 5519acc

Please sign in to comment.